aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-11-20 23:18:15 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-11-20 23:18:15 +0000
commit18f3b9a1441626a2406753eb8b89e847c48551b7 (patch)
tree91b0ca8750535164b48f1282096ca9bd57ae2c61 /bin/rcp
parent36e95c31864f9bbe135eecdf6377e7ce385e34ca (diff)
downloadsrc-18f3b9a1441626a2406753eb8b89e847c48551b7.tar.gz
src-18f3b9a1441626a2406753eb8b89e847c48551b7.zip
Notes
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index 08658fc911cd..06e2fe0bd260 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.3 1994/09/24 02:56:53 davidg Exp $
+# $Id: Makefile,v 1.4 1994/09/29 13:06:00 csgr Exp $
PROG= rcp
SRCS= rcp.c util.c
@@ -11,6 +11,7 @@ SRCS+= kcmd.c krcmd.c
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
+DISTRIBUTION= krb
.endif
BINOWN= root