aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
committerBruce Evans <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
commit463c7e7ac6fa1b4534ec151af325190eaa8bec67 (patch)
tree4f3e5c18d3131f6cce40b9d27b7684a572a82ecd /usr.bin/at
parente6302eab11453088cb0102c9b458a2e7c32e1ba8 (diff)
downloadsrc-463c7e7ac6fa1b4534ec151af325190eaa8bec67.tar.gz
src-463c7e7ac6fa1b4534ec151af325190eaa8bec67.zip
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
Notes
Notes: svn path=/head/; revision=14250
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index c5e3b78ce033..2a4ba4f0de4c 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/04/12 02:42:22 ache Exp $
+# $Id: Makefile,v 1.3 1996/02/06 23:47:32 wosch Exp $
.include "${.CURDIR}/Makefile.inc"
@@ -20,7 +20,7 @@ MANDEPEND = ${MAN1}
.include <bsd.prog.mk>
${MAN1}: at.man
- @echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
+ @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
sed -e \
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
s@_ATJOB_DIR@$(ATJOB_DIR)@g; \