summaryrefslogtreecommitdiffstats
path: root/bin/rcp
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
commitdd35364e4ddb544458920c52c20a9c2b31353473 (patch)
tree6d93aa99b58e856a1dbd0054380c3635e0ae1915 /bin/rcp
parent067015aaaee82b76de0d5b02d8947bd837c5b395 (diff)
parent28560072c7ecba34e18093d5c66a3f86038072a9 (diff)
downloadFreeBSD-src-dd35364e4ddb544458920c52c20a9c2b31353473.zip
FreeBSD-src-dd35364e4ddb544458920c52c20a9c2b31353473.tar.gz
This commit was generated by cvs2svn to compensate for changes in r27159,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'bin/rcp')
-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