aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorBosko Milekic <bmilekic@FreeBSD.org>2002-04-09 18:25:44 +0000
committerBosko Milekic <bmilekic@FreeBSD.org>2002-04-09 18:25:44 +0000
commite5f7f976226e3107e7bb22478bf2345c672ad55d (patch)
tree8fe299593d024fbca29e318aacd8e79c29467d29 /bin/Makefile
parent74c0361a9d41f07ea2475840eff064be5bf22a7a (diff)
downloadsrc-e5f7f976226e3107e7bb22478bf2345c672ad55d.tar.gz
src-e5f7f976226e3107e7bb22478bf2345c672ad55d.zip
Notes
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 8c3bf238f23e..e2138518dff1 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -22,7 +22,6 @@ SUBDIR= cat \
pax \
ps \
pwd \
- rcp \
realpath \
rm \
rmdir \
@@ -33,6 +32,10 @@ SUBDIR= cat \
sync \
test
+.if !defined(NO_RCMNDS)
+SUBDIR+=rcp
+.endif
+
.if !defined(NO_TCSH)
SUBDIR+=csh
.endif