From 5d92ed776d19178a72c168034c45d7025a70e5c4 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 5 Aug 1994 20:43:31 +0000 Subject: [PATCH] Don't use kerberos yet, we aren't ready. --- usr.bin/su/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index e3e023acafc0..dbd89b3fea60 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