aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-02-08 23:07:37 +0000
committerMark Murray <markm@FreeBSD.org>2002-02-08 23:07:37 +0000
commite35f9517d68206de4367fdb8d044e6dfebaf372d (patch)
treea62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/login/Makefile
parent91bd71d2060cd302015f7dd6e7b891014552dba4 (diff)
Notes
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 2a03f47055ff..05550150790d 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -6,8 +6,6 @@ SRCS= login.c login_fbtab.c
MAN= login.1 login.access.5
CFLAGS+=-DLOGALL
-WARNS?= 4
-NO_WERROR=
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
LDADD= -lutil -lcrypt ${MINUSLPAM}