From 406009982ab8caba08f9102eb94ee4564a377b18 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 9 Feb 2016 16:56:35 +0000 Subject: [PATCH] Add rcp(1) to the rcmds package. Sponsored by: The FreeBSD Foundation --- bin/rcp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index e3c1071480f4..6c1cfb18a8c5 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}