diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 20:43:31 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 20:43:31 +0000 |
| commit | 5d92ed776d19178a72c168034c45d7025a70e5c4 (patch) | |
| tree | 2046f42a2b226cbd46d79092754583b1e088fdd8 /usr.bin | |
| parent | 348be7d6d565d2344aae3e001000369fe582bf6a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/su/Makefile | 6 |
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 |
