summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 17:44:10 +0000
committerbde <bde@FreeBSD.org>1994-08-28 17:44:10 +0000
commitfc79ecf3e09da758d92f793cbd259356ae700462 (patch)
tree4869ced8a50ce1d23edad068a2d1e9f2abc39176 /include/rpcsvc
parentaf9bbad3e5aef213859f9162549b873846b30ad0 (diff)
downloadFreeBSD-src-fc79ecf3e09da758d92f793cbd259356ae700462.zip
FreeBSD-src-fc79ecf3e09da758d92f793cbd259356ae700462.tar.gz
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index e066a09..7d1b21e 100644
--- a/include/rpcsvc/Makefile
+++ b/include/rpcsvc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
-# $Id: Makefile,v 1.2 1994/06/07 15:53:21 guido Exp $
+# $Id: Makefile,v 1.1 1994/08/04 19:01:44 wollman Exp $
.SUFFIXES: .x
@@ -17,10 +17,10 @@ CLEANFILES+= ${HDRS}
all: ${HDRS}
install: all
- @echo "Creating RPC service headers directory"
+ @${ECHO} "Creating RPC service headers directory"
@/bin/rm -rf ${DESTDIR}/usr/include/rpcsvc
@-mkdir ${DESTDIR}/usr/include/rpcsvc
- @echo "Installing RPC service header and definition files"
+ @${ECHO} "Installing RPC service header and definition files"
@for i in $(XFILES); do \
(install -c -m 644 ${.CURDIR}/$$i ${DESTDIR}/usr/include/rpcsvc) done
@for i in $(HDRS); do \
@@ -31,7 +31,7 @@ install: all
@chmod -R a-w ${DESTDIR}/usr/include/rpcsvc
.x.h:
- @echo generating $@...
+ @${ECHO} generating $@...
@CURPWD=`pwd` ; cd ${.CURDIR} ; ${RPCCOM} -h $*.x -o $$CURPWD/$@
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud