summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/login/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index b09edff..e473aae 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -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>
OpenPOWER on IntegriCloud