diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-06 01:48:36 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-06 01:48:36 +0000 |
commit | fc552b671f627c1443a49e30522eed112640bc71 (patch) | |
tree | 385bbc1ab159bfbb9faf3e62101cbec4a34b8ebd /bin | |
parent | 539f537fbd243812ecd309a41aa7521bb3cf9ab7 (diff) | |
download | FreeBSD-src-fc552b671f627c1443a49e30522eed112640bc71.zip FreeBSD-src-fc552b671f627c1443a49e30522eed112640bc71.tar.gz |
Disable Kerberos for now.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rcp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 898f9a7..df1503c 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= rcp -SRCS= rcp.c krcmd.c kcmd.c util.c -CFLAGS+=-DKERBEROS -DCRYPT -DPADD= ${LIBKRB} ${LIBDES} -LDADD= -lkrb -ldes +SRCS= rcp.c util.c #kcmd.c krcmd.c +#CFLAGS+=-DKERBEROS -DCRYPT +#DPADD= ${LIBKRB} ${LIBDES} +#LDADD= -lkrb -ldes BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg |