freebsd-src/usr.sbin/nologin/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
455 B
Makefile
Raw Normal View History

PROG= nologin
MAN= nologin.5 nologin.8
SYMLINKS= ..${BINDIR}/nologin /sbin/nologin
# It is important that nologin be statically linked for security
# reasons. A dynamic non-setuid binary can be linked against a trojan
# libc by setting LD_LIBRARY_PATH appropriately. Both sshd(8) and
# login(1) make it possible to log in with an unsanitized environment,
# rendering a dynamic nologin binary virtually useless.
2004-12-21 09:59:45 +00:00
NO_SHARED= YES
.include <bsd.prog.mk>