svn commit: r295438 - projects/release-pkg/bin/rcp

Glen Barber gjb at FreeBSD.org
Tue Feb 9 16:56:37 UTC 2016


Author: gjb
Date: Tue Feb  9 16:56:35 2016
New Revision: 295438
URL: https://svnweb.freebsd.org/changeset/base/295438

Log:
  Add rcp(1) to the rcmds package.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/bin/rcp/Makefile

Modified: projects/release-pkg/bin/rcp/Makefile
==============================================================================
--- projects/release-pkg/bin/rcp/Makefile	Tue Feb  9 16:54:04 2016	(r295437)
+++ projects/release-pkg/bin/rcp/Makefile	Tue Feb  9 16:56:35 2016	(r295438)
@@ -1,6 +1,7 @@
 #	@(#)Makefile	8.1 (Berkeley) 7/19/93
 # $FreeBSD$
 
+PACKAGE=rcmds
 PROG=	rcp
 SRCS=	rcp.c util.c
 CFLAGS+=-DBINDIR=${BINDIR}


More information about the svn-src-projects mailing list