summaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-16 15:23:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-16 15:23:19 +0000
commitd10a8d6cb46f77ccd63cf37f82c482bfc73c915e (patch)
treee9acce15e121fbd68a9dc4f210872a01c8a6f103 /bin/Makefile
parent104ff764e5f7eb48891d4f3cc1ac727198c519e9 (diff)
downloadsrc-test2-d10a8d6cb46f77ccd63cf37f82c482bfc73c915e.tar.gz
src-test2-d10a8d6cb46f77ccd63cf37f82c482bfc73c915e.zip
Notes
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 6a5d8c50b63a..86998bd4ff7b 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -6,6 +6,7 @@ SUBDIR= cat \
chio \
chmod \
cp \
+ ${_csh} \
date \
dd \
df \
@@ -24,8 +25,10 @@ SUBDIR= cat \
pax \
ps \
pwd \
+ ${_rcp} \
realpath \
rm \
+ ${_rmail} \
rmdir \
setfacl \
sh \
@@ -35,15 +38,15 @@ SUBDIR= cat \
test
.if !defined(NO_RCMNDS)
-SUBDIR+=rcp
+_rcp= rcp
.endif
-.if !defined(NO_TCSH)
-SUBDIR+=csh
+.if !defined(NO_SENDMAIL)
+_rmail= rmail
.endif
-.if !defined(NO_SENDMAIL)
-SUBDIR+=rmail
+.if !defined(NO_TCSH)
+_csh= csh
.endif
.include <bsd.subdir.mk>