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:
parent
6e485c0a7a
commit
13ae56f84d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126323
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user