summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>2000-07-25 06:29:44 +0000
committercgd <cgd@NetBSD.org>2000-07-25 06:29:44 +0000
commit4bf5f7086b4872c4fa76910b0fe39ff58aae6f74 (patch)
tree21c3b85245937413825b91e930b1beac280be5a6 /include
parent46ab3e89fbf38970d72e734395595c3e41a914ed (diff)
${RPCGEN}, not hard-coded rpcgen
Diffstat (limited to 'include')
-rw-r--r--include/rpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/Makefile b/include/rpc/Makefile
index 6227d37b474..c0a436c17db 100644
--- a/include/rpc/Makefile
+++ b/include/rpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/06/03 11:23:55 fvdl Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/25 06:29:45 cgd Exp $
#
INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
@@ -8,7 +8,7 @@ INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
rpcb_prot.h: rpcb_prot.x
- rpcgen -h ${.ALLSRC} -o ${.TARGET}
+ ${RPCGEN} -h ${.ALLSRC} -o ${.TARGET}
CLEANFILES+= rpcb_prot.h