diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-09 12:17:52 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-09 12:17:52 +0000 |
| commit | 71bba86b33f9e12a59ac4fb2e19af00ab6e0b0e4 (patch) | |
| tree | 50d3abbcc74349c276f978582bacf3443f9fda4e /usr.sbin/bootparamd | |
| parent | da42b93280f2393dccebeba67144dfaf01dbb2fe (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bootparamd')
| -rw-r--r-- | usr.sbin/bootparamd/callbootd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 3c0d3143cc23..5a08d608a4c8 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> |
