summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-09-10 07:39:25 +0000
committerru <ru@FreeBSD.org>1999-09-10 07:39:25 +0000
commit90cd63d0b3c6805ec2d6b7b2cbf129b9b6b02246 (patch)
tree6aa9d6baad5a257ba3cbfd14245cb7331abd2746
parent85656beaeb7b15f25bf1037fbe38f52bda1e922a (diff)
downloadFreeBSD-src-90cd63d0b3c6805ec2d6b7b2cbf129b9b6b02246.zip
FreeBSD-src-90cd63d0b3c6805ec2d6b7b2cbf129b9b6b02246.tar.gz
Unbroke `make -s' case.
PR: 13676 Submitted by: wollman
-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