From 536f40a1ebc14077b92852771a0f25b67bc80d8d Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 25 Feb 1996 20:25:05 +0000 Subject: Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. --- usr.bin/at/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/at') 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 ${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; \ -- cgit v1.1