summaryrefslogtreecommitdiffstats
path: root/bin/rcp
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-06 01:48:36 +0000
committerwollman <wollman@FreeBSD.org>1994-08-06 01:48:36 +0000
commitfc552b671f627c1443a49e30522eed112640bc71 (patch)
tree385bbc1ab159bfbb9faf3e62101cbec4a34b8ebd /bin/rcp
parent539f537fbd243812ecd309a41aa7521bb3cf9ab7 (diff)
downloadFreeBSD-src-fc552b671f627c1443a49e30522eed112640bc71.zip
FreeBSD-src-fc552b671f627c1443a49e30522eed112640bc71.tar.gz
Disable Kerberos for now.
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/Makefile8
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
OpenPOWER on IntegriCloud