summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-06 21:34:10 +0000
committerderaadt <deraadt@openbsd.org>2003-07-06 21:34:10 +0000
commit3a7cadcbe74e46043496e1bb9dcd0cb4958c73a0 (patch)
tree2ad5963e8a3105a44f6c8e66fef3ef22850a1689 /usr.sbin/rpc.bootparamd
parentprotos (diff)
downloadwireguard-openbsd-3a7cadcbe74e46043496e1bb9dcd0cb4958c73a0.tar.xz
wireguard-openbsd-3a7cadcbe74e46043496e1bb9dcd0cb4958c73a0.zip
ansi rpcgen
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-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