Fixed style bugs in previous commit (.ifndef instead of .if defined(),

and tab lossage).

Garbage-collected NEED_LIBNAMES.
This commit is contained in:
Bruce Evans 2004-02-29 06:39:11 +00:00
parent 80bd99be33
commit 77585df415

View File

@ -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>