summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-29 18:59:15 +0000
committerpst <pst@FreeBSD.org>1994-09-29 18:59:15 +0000
commitfa66532d9315e27eada285f0d645176216a99ec0 (patch)
tree3418895bc36946043a18b2d215e24c0472797899 /usr.bin/login/Makefile
parentfd0fa3649469bdef34189795c99e89c60d6bdd5a (diff)
downloadFreeBSD-src-fa66532d9315e27eada285f0d645176216a99ec0.zip
FreeBSD-src-fa66532d9315e27eada285f0d645176216a99ec0.tar.gz
Install support for skey and login.access
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index bae657d..3a5cd33 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,24 +1,18 @@
-# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# @(#)Makefile 8.1 (Berkeley) 7/19/93
+#CFLAGS+=-DKERBEROS
PROG= login
MAN1= login.1
MAN5= login.access.5
SRCS= login.c login_access.c login_skey.c login_fbtab.c
+#klogin.c
DPADD= ${LIBUTIL} ${LIBSKEY}
+#${LIBKRB} ${LIBDES}
LDADD= -lutil -lcrypt -lskey
-CFLAGS+=-DLOGIN_ACCESS -DSKEY -DLOGALL
-
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
- || defined(MAKE_EBONES))
-CFLAGS+=-DKERBEROS
-SRCS+= klogin.c
-DPADD+= ${LIBKRB} ${LIBDES}
-LDADD+= -lkrb -ldes
-.endif
-
+#-lkrb -ldes
BINOWN= root
BINMODE=4555
+CFLAGS+= -DLOGIN_ACCESS -DSKEY -DLOGALL
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud