freebsd-dev/usr.bin/rpcgen/Makefile

14 lines
316 B
Makefile
Raw Normal View History

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
PROG= rpcgen
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
.include <bsd.prog.mk>