summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-11 02:16:01 +0000
committerjdp <jdp@FreeBSD.org>1998-11-11 02:16:01 +0000
commit9ac805c824c403cb5945f796c09cb682027ffca5 (patch)
treed179d08c8d3d76e0c8833f238f5f2f7023543e46 /usr.bin/login/Makefile
parentf42dae09fb160c2bbc929132294e3fed6a41f658 (diff)
downloadFreeBSD-src-9ac805c824c403cb5945f796c09cb682027ffca5.zip
FreeBSD-src-9ac805c824c403cb5945f796c09cb682027ffca5.tar.gz
Remove support for LOGIN_CAP_AUTH. It was never enabled, it was
not complete, and it hasn't been touched for 18 months. All the ifdefs obfuscate the code. I discussed the LOGIN_CAP_AUTH support with its author and he agreed that it is a dead end. I am bringing PAM into the tree within the next two weeks. It is much more flexible than LOGIN_CAP_AUTH, and will serve as a superior replacement for it.
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 71fa73e..ce15d16 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,15 +1,12 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.20 1998/08/06 21:37:04 markm Exp $
+# $Id: Makefile,v 1.21 1998/09/19 22:42:04 obrien Exp $
PROG= login
MAN1= login.1
MAN5= login.access.5
SRCS= login.c login_access.c login_fbtab.c
-#Uncomment to activate login_auth
-#Warning: requires src/libexec/login_* auth modules
-#LC_AUTH=-DLOGIN_CAP_AUTH
-CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP $(LC_AUTH)
+CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
@@ -18,7 +15,7 @@ CFLAGS+=-DKLOGIN_PARANOID
DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
LDADD= -lutil -lskey -lmd -lcrypt
-.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
SRCS+= klogin.c
DPADD+= ${LIBKRB} ${LIBDES}
OpenPOWER on IntegriCloud