diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-19 20:30:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-19 20:30:55 +0000 |
commit | 62cb7f901944ec75224b1ca956314bbca48854bb (patch) | |
tree | 461d956d91f340c4d9be2335239cad35584d1d3d /lib/librpcsvc | |
parent | 452157eb38d05612bf4ffb6a8c4479ac2e71d345 (diff) |
generate ANSI code
Diffstat (limited to 'lib/librpcsvc')
-rw-r--r-- | lib/librpcsvc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index abca9189a40..2c505c8a9ca 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:14 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2003/06/19 20:30:54 deraadt Exp $ RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x\ @@ -37,7 +37,7 @@ includes: ${HDRS} .SUFFIXES: .x .c .h .x.c: - rpcgen -c ${.IMPSRC} -o ${.TARGET} + rpcgen -C -c ${.IMPSRC} -o ${.TARGET} .x.h: - rpcgen -h ${.IMPSRC} -o ${.TARGET} + rpcgen -C -h ${.IMPSRC} -o ${.TARGET} |