summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/Makefile')
-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 a9f7d54..354a032 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} \
OpenPOWER on IntegriCloud