summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/Makefile
blob: 36b46e3a6f2d538073a90219c62d37213ddc8180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 -I${.CURDIR}/../../include -I${.CURDIR}/../../sys/i386/include -I${.CURDIR}/../../include/rpc -I${.CURDIR}/../../sys/sys

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud