summaryrefslogtreecommitdiffstats
path: root/bin/rcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcp/Makefile')
-rw-r--r--bin/rcp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index 6c1cfb1..9156d5c 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$
+.include <src.opts.mk>
+
PACKAGE=rcmds
PROG= rcp
SRCS= rcp.c util.c
@@ -11,4 +13,7 @@ PACKAGE=rcmds
BINOWN= root
BINMODE=4555
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud