summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-01-30 19:10:21 +0000
committerdes <des@FreeBSD.org>2002-01-30 19:10:21 +0000
commit55cd9bb2e33a3623fd62ff11ae442a44dc29c0fa (patch)
tree3bcc0f2228325e3d9f4de6703239dbcb5750bbce /usr.bin/login/Makefile
parent1caa7bdd9eceeecfb676b36880fa12a25d1da85e (diff)
downloadFreeBSD-src-55cd9bb2e33a3623fd62ff11ae442a44dc29c0fa.zip
FreeBSD-src-55cd9bb2e33a3623fd62ff11ae442a44dc29c0fa.tar.gz
Still with asbestos longjohns on, completely PAMify login(1) and remove
code made redundant by various PAM modules (primarily pam_unix(8)). Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 536af85..2a03f47 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PROG= login
-SRCS= login.c login_access.c login_fbtab.c
+SRCS= login.c login_fbtab.c
MAN= login.1 login.access.5
-CFLAGS+=-DLOGIN_ACCESS -DLOGALL
-WARNS?= 2
+CFLAGS+=-DLOGALL
+WARNS?= 4
NO_WERROR=
DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM}
OpenPOWER on IntegriCloud