summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 4a2770689887..536af856ac5a 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -6,12 +6,12 @@ SRCS= login.c login_access.c login_fbtab.c
MAN= login.1 login.access.5
CFLAGS+=-DLOGIN_ACCESS -DLOGALL
+WARNS?= 2
+NO_WERROR=
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
LDADD= -lutil -lcrypt ${MINUSLPAM}
-WARNS?= 2
-
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg