1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined.

This commit is contained in:
Dag-Erling Smørgrav 2004-02-27 17:50:59 +00:00
parent 6e485c0a7a
commit 13ae56f84d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126323

View File

@ -7,6 +7,11 @@ CFLAGS+=-DLOGALL
DPADD= ${LIBUTIL} ${LIBPAM}
LDADD= -lutil ${MINUSLPAM}
MAN= login.1 login.access.5
.ifdef NO_SETUID_LOGIN
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
.endif
NEED_LIBNAMES= yes
.include <bsd.prog.mk>