summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
committerbde <bde@FreeBSD.org>1996-02-25 20:25:05 +0000
commit536f40a1ebc14077b92852771a0f25b67bc80d8d (patch)
tree4f3e5c18d3131f6cce40b9d27b7684a572a82ecd /usr.bin/at
parent5183c3b725c409c4eb1a51b3ca12c361a24579be (diff)
downloadFreeBSD-src-536f40a1ebc14077b92852771a0f25b67bc80d8d.zip
FreeBSD-src-536f40a1ebc14077b92852771a0f25b67bc80d8d.tar.gz
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
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 c5e3b78..2a4ba4f 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; \
OpenPOWER on IntegriCloud