diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 36b46e3a6f2d..d0e4c14c1be6 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -8,6 +8,6 @@ MAN1= rpcgen.1 # This is a kludge to work around the fact that this program # uses 'inline' as a variable name. # -CFLAGS+=-Dinline=rpcgen_inline -I${.CURDIR}/../../include -I${.CURDIR}/../../sys/i386/include -I${.CURDIR}/../../include/rpc -I${.CURDIR}/../../sys/sys +CFLAGS+=-Dinline=rpcgen_inline .include