summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>1999-09-10 07:39:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>1999-09-10 07:39:25 +0000
commit16e9510051cc3ecb81f7a9a72e457986d3cd0e8b (patch)
treee1cac8f6d3a59060b69618f3beb6df7b77f64a84
parent97ecdb1d58702a51fb5d9a13cfc3e3f5ecc58637 (diff)
Notes
-rw-r--r--usr.bin/more/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index a9f7d547d9ec..354a0322b1f1 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -16,12 +16,12 @@ EXAMPDIR= /usr/share/examples/more
EXAMPLES= default.morerc less.morerc most.morerc
defrc.h: default.morerc
- @${ECHO} '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \
+ @echo '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \
> ${.TARGET}
- @${ECHO} '#define DEFRC "\' >> ${.TARGET}
+ @echo '#define DEFRC "\' >> ${.TARGET}
sed -e 's/\\/\\\\/g' -e 's/\"/\\\"/g' -e 's/$$/\\n\\/' \
< ${.ALLSRC} >> ${.TARGET}
- @${ECHO} \" >> ${.TARGET}
+ @echo \" >> ${.TARGET}
beforeinstall:
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \