aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 20:43:31 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 20:43:31 +0000
commit5d92ed776d19178a72c168034c45d7025a70e5c4 (patch)
tree2046f42a2b226cbd46d79092754583b1e088fdd8
parent348be7d6d565d2344aae3e001000369fe582bf6a (diff)
Notes
-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 e3e023acafc09..dbd89b3fea60e 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