summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 20:43:31 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 20:43:31 +0000
commit6948441e17056bea6ac06414e8e451b59d23a52d (patch)
tree2046f42a2b226cbd46d79092754583b1e088fdd8 /usr.bin
parent078f6c2ba6f29c565826f8142ca2ac1436bffd07 (diff)
downloadFreeBSD-src-6948441e17056bea6ac06414e8e451b59d23a52d.zip
FreeBSD-src-6948441e17056bea6ac06414e8e451b59d23a52d.tar.gz
Don't use kerberos yet, we aren't ready.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/su/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index e3e023a..dbd89b3 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= su
-CFLAGS+=-DKERBEROS
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+#CFLAGS+=-DKERBEROS
+#DPADD= ${LIBKRB} ${LIBDES}
+#LDADD= -lkrb -ldes
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud