summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-06 21:34:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-06 21:34:11 +0000
commit88b24205fc217b17171b918c07001607de5af0d1 (patch)
tree70a32c3fdcc03cf478dfe2725f55ee5920cf697f /usr.sbin
parent71fc0414718f203a8795ef96a72495abf0b95c9a (diff)
ansi rpcgen
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index 6b81cdad531..aa7e7be503d 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/02/18 19:12:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2003/07/06 21:34:10 deraadt Exp $
.include <bsd.own.mk>
@@ -24,7 +24,7 @@ bootparam_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
rm -f bootparam_prot.h
ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h .
- rpcgen -m -o $@ bootparam_prot.x
+ rpcgen -C -m -o $@ bootparam_prot.x
CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h