aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-08-28 17:44:10 +0000
committerBruce Evans <bde@FreeBSD.org>1994-08-28 17:44:10 +0000
commitf34a7038a6ef4331402b91b8eb39ad53852fed86 (patch)
tree4869ced8a50ce1d23edad068a2d1e9f2abc39176 /include/rpcsvc
parent3634f3200cdc4c0b67d3e0c12ff1db4a04ae7e73 (diff)
Notes
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 e066a09155c3..7d1b21e0f2a4 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>