xref: /freebsd/usr.bin/rpcgen/Makefile (revision ff49530f45dc674ce45ec75d7d33218f97c79b42)
1ff49530fSBill PaulSRCS=	rpc_main.c  rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \
2ff49530fSBill Paul	rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c
34e115012SGarrett Wollman
44e115012SGarrett WollmanPROG= rpcgen
5ff49530fSBill PaulMAN1= rpcgen.1
6ff49530fSBill Paul
7ff49530fSBill Paul#
8ff49530fSBill Paul# This is a kludge to work around the fact that this program
9ff49530fSBill Paul# uses 'inline' as a variable name.
10ff49530fSBill Paul#
11ff49530fSBill PaulCFLAGS+=-Dinline=rpcgen_inline
124e115012SGarrett Wollman
134e115012SGarrett Wollman.include <bsd.prog.mk>
14