summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2002-04-09 18:25:44 +0000
committerbmilekic <bmilekic@FreeBSD.org>2002-04-09 18:25:44 +0000
commit890c5794a5b33627b1d76c4e353bf675d44e3eee (patch)
tree8fe299593d024fbca29e318aacd8e79c29467d29 /bin/Makefile
parentd1c813d025208b72e3c54344d68f62174a27936d (diff)
downloadFreeBSD-src-890c5794a5b33627b1d76c4e353bf675d44e3eee.zip
FreeBSD-src-890c5794a5b33627b1d76c4e353bf675d44e3eee.tar.gz
Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,
and document in share/examples/etc/make.conf Submitted by: Aleksandar Simic <asimic@dsl.pipex.com> MFC after: 1 week
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 8c3bf23..e213851 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
OpenPOWER on IntegriCloud