summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootparamd
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-02-09 12:17:52 +0000
committerstefanf <stefanf@FreeBSD.org>2005-02-09 12:17:52 +0000
commite82cfdc3bfa94cf2f28ec37b9b1ea4fe636bbd5d (patch)
tree50d3abbcc74349c276f978582bacf3443f9fda4e /usr.sbin/bootparamd
parent587d513a8c74363a192c773cf595fb0c17208052 (diff)
downloadFreeBSD-src-e82cfdc3bfa94cf2f28ec37b9b1ea4fe636bbd5d.zip
FreeBSD-src-e82cfdc3bfa94cf2f28ec37b9b1ea4fe636bbd5d.tar.gz
Pass -C to rpcgen.
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r--usr.sbin/bootparamd/callbootd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile
index 3c0d314..5a08d60 100644
--- a/usr.sbin/bootparamd/callbootd/Makefile
+++ b/usr.sbin/bootparamd/callbootd/Makefile
@@ -13,12 +13,12 @@ CLEANFILES= ${GENSRCS}
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
bootparam_prot_clnt.c: ${RPCSRC}
- rpcgen -l -o ${.TARGET} ${RPCSRC}
+ rpcgen -C -l -o ${.TARGET} ${RPCSRC}
bootparam_prot_xdr.c: ${RPCSRC}
- rpcgen -c -o ${.TARGET} ${RPCSRC}
+ rpcgen -C -c -o ${.TARGET} ${RPCSRC}
bootparam_prot.h: ${RPCSRC}
- rpcgen -h -o ${.TARGET} ${RPCSRC}
+ rpcgen -C -h -o ${.TARGET} ${RPCSRC}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud