libpam: Reorganize libpam build structure.
[dragonfly.git] / sbin / nologin / Makefile
blob0aa6e3e2600d1fe2da7462127abac0103f5105e0
1 # @(#)Makefile 8.2 (Berkeley) 4/22/94
2 # $FreeBSD: head/usr.sbin/nologin/Makefile 314833 2017-03-07 05:10:38Z rgrimes $
4 PROG= nologin
5 MAN= nologin.5 nologin.8
7 SYMLINKS= ../..${BINDIR}/nologin /usr/sbin/nologin
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
16 .include <bsd.prog.mk>