From 6948441e17056bea6ac06414e8e451b59d23a52d Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 5 Aug 1994 20:43:31 +0000 Subject: Don't use kerberos yet, we aren't ready. --- usr.bin/su/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/su/Makefile') 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 -- cgit v1.1