kernel - Refactor scheduler weightings part 2/2.
[dragonfly.git] / sbin / nologin / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/22/94
2 # $FreeBSD: head/usr.sbin/nologin/Makefile 314833 2017-03-07 05:10:38Z rgrimes $
3
4 PROG=   nologin
5 MAN=    nologin.5 nologin.8
6
7 SYMLINKS=       ../..${BINDIR}/nologin /usr/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>