diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-19 20:31:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-19 20:31:42 +0000 |
commit | c52d02cd33cb91cee449c84bcd5ee1214214667a (patch) | |
tree | a4b11fde3d25cd714c328067656f3a70edee22dd /usr.sbin | |
parent | 560a3209ff815c3e98c1dd7ed1f8f67bc72c1ba4 (diff) |
rpcgen -C
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpc.pcnfsd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.pcnfsd/Makefile b/usr.sbin/rpc.pcnfsd/Makefile index 55ace922bc9..ea7be3b3498 100644 --- a/usr.sbin/rpc.pcnfsd/Makefile +++ b/usr.sbin/rpc.pcnfsd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/08/19 19:16:12 ericj Exp $ +# $OpenBSD: Makefile,v 1.9 2003/06/19 20:31:41 deraadt Exp $ .include <bsd.own.mk> @@ -18,13 +18,13 @@ DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc pcnfsd_svc.c: pcnfsd.x - rpcgen -s udp -s tcp -I ${.CURDIR}/pcnfsd.x -o $@ + rpcgen -C -s udp -s tcp -I ${.CURDIR}/pcnfsd.x -o $@ pcnfsd_xdr.c: pcnfsd.x - rpcgen -c ${.CURDIR}/pcnfsd.x -o $@ + rpcgen -C -c ${.CURDIR}/pcnfsd.x -o $@ pcnfsd.h: pcnfsd.x - rpcgen -h ${.CURDIR}/pcnfsd.x -o $@ + rpcgen -C -h ${.CURDIR}/pcnfsd.x -o $@ CLEANFILES += pcnfsd_svc.c pcnfsd_xdr.c pcnfsd.h CLEANFILES += clnt.pcnfsd pcnfsd_test.o pcnfsd_test.ln pcnfsd_clnt.* |