]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/nologin/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / nologin / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/22/94
2 # $FreeBSD$
3
4 PROG=   nologin
5 MAN=    nologin.5 nologin.8
6
7 SYMLINKS=       ${BINDIR}/nologin /sbin/nologin
8
9 # It is important that nologin be statically linked for security
10 # reasons.  A dynamic non-setuid binary can be linked against a trojan
11 # libc by setting LD_LIBRARY_PATH appropriately.  Both sshd(8) and
12 # login(1) make it possible to log in with an unsanitized environment,
13 # rendering a dynamic nologin binary virtually useless.
14 NO_SHARED=      YES
15
16 .include <bsd.prog.mk>