summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 20:32:22 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 20:32:22 +0000
commit777018737b08efaac3cbfce396c6289b8dfbb17e (patch)
tree923d4a2e2283326b0207356fd31a6d06e1eb7763 /usr.bin
parent3ac06aac07cc33b027d1fa594ed74029dcb95797 (diff)
downloadFreeBSD-src-777018737b08efaac3cbfce396c6289b8dfbb17e.zip
FreeBSD-src-777018737b08efaac3cbfce396c6289b8dfbb17e.tar.gz
Don't compile with kerberos yet, we aren't ready.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index a11fbc0..538bac8 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,10 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-CFLAGS+=-DKERBEROS
+#CFLAGS+=-DKERBEROS
PROG= login
-SRCS= klogin.c login.c
-DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
-LDADD= -lutil -lkrb -ldes
+SRCS= login.c
+#klogin.c
+DPADD= ${LIBUTIL}
+#${LIBKRB} ${LIBDES}
+LDADD= -lutil
+#-lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud