summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
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 6a5d8c5..86998bd 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>
OpenPOWER on IntegriCloud