[Midnightbsd-cvs] src: Makefile: conditionalize bin/mksh install depending on MK_ASH
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Apr 3 01:30:13 EDT 2009
Log Message:
-----------
conditionalize bin/mksh install depending on MK_ASH
Modified Files:
--------------
src/bin:
Makefile (r1.13 -> r1.14)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L bin/Makefile -L bin/Makefile -u -r1.13 -r1.14
--- bin/Makefile
+++ bin/Makefile
@@ -39,13 +39,17 @@
${_rmail} \
rmdir \
setfacl \
- sh \
+ ${_sh} \
sleep \
stty \
sync \
test \
uuidgen
+.if ${MK_ASH} != "no"
+_sh=sh
+.endif
+
.if ${MK_RCMDS} != "no"
_rcp= rcp
.endif
More information about the Midnightbsd-cvs
mailing list