summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-01 21:34:30 +0000
committerbde <bde@FreeBSD.org>1997-07-01 21:34:30 +0000
commit28560072c7ecba34e18093d5c66a3f86038072a9 (patch)
tree402c67c8ab6fc48feacdff1c22642b60fdd58a64 /bin
parent8efd64bf6dcd22247e34d1b87cb74bed85dba664 (diff)
downloadFreeBSD-src-28560072c7ecba34e18093d5c66a3f86038072a9.zip
FreeBSD-src-28560072c7ecba34e18093d5c66a3f86038072a9.tar.gz
Import this unwanted file from Lite-original so that it doesn't
get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links).
Diffstat (limited to 'bin')
-rw-r--r--bin/rcp/Makefile.krb13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/rcp/Makefile.krb b/bin/rcp/Makefile.krb
new file mode 100644
index 0000000..898f9a7
--- /dev/null
+++ b/bin/rcp/Makefile.krb
@@ -0,0 +1,13 @@
+# @(#)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
+BINOWN= root
+BINMODE=4555
+INSTALLFLAGS=-fschg
+.PATH: ${.CURDIR}/../../usr.bin/rlogin
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud