diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-09 16:56:35 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-09 16:56:35 +0000 |
commit | c51bb4dda13ef0730e3d016de6c7946939e39839 (patch) | |
tree | c8b8e3ddeef41e0a039ad8dd05200e8d301b8235 /bin/rcp | |
parent | 99527f7d5a690f90709a096641b42777a39bd27e (diff) | |
download | FreeBSD-src-c51bb4dda13ef0730e3d016de6c7946939e39839.zip FreeBSD-src-c51bb4dda13ef0730e3d016de6c7946939e39839.tar.gz |
Add rcp(1) to the rcmds package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index e3c1071..6c1cfb1 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ +PACKAGE=rcmds PROG= rcp SRCS= rcp.c util.c CFLAGS+=-DBINDIR=${BINDIR} |