summaryrefslogtreecommitdiff
path: root/misc/mshell/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /misc/mshell/Makefile
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r--misc/mshell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
index ec3fcf1b5e85..7cbeedf40b77 100644
--- a/misc/mshell/Makefile
+++ b/misc/mshell/Makefile
@@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes
MAN1= mshell.1
do-extract:
- @rm -rf ${WRKDIR}
+ @${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH})