diff options
Diffstat (limited to 'usr.bin/rpcgen/Makefile')
-rw-r--r-- | usr.bin/rpcgen/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index d01e863..c298820 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -5,10 +5,5 @@ SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \ rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c WARNS?= 2 -# -# This is a kludge to work around the fact that this program -# uses 'inline' as a variable name. -# -CFLAGS+=-Dinline=rpcgen_inline .include <bsd.prog.mk> |