Fixed style bugs in previous commit (.ifndef instead of .if defined(),
and tab lossage). Garbage-collected NEED_LIBNAMES.
This commit is contained in:
parent
80bd99be33
commit
77585df415
@ -7,11 +7,10 @@ CFLAGS+=-DLOGALL
|
||||
DPADD= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD= -lutil ${MINUSLPAM}
|
||||
MAN= login.1 login.access.5
|
||||
.ifndef NO_SETUID_LOGIN
|
||||
BINOWN= root
|
||||
.if !defined(NO_SETUID_LOGIN)
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
.endif
|
||||
NEED_LIBNAMES= yes
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user