1995-12-13 03:31:10 +00:00
|
|
|
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
|
1994-08-07 18:01:39 +00:00
|
|
|
|
1995-12-13 03:31:10 +00:00
|
|
|
PROG= rpcgen
|
|
|
|
MAN1= rpcgen.1
|
|
|
|
|
|
|
|
#
|
|
|
|
# This is a kludge to work around the fact that this program
|
|
|
|
# uses 'inline' as a variable name.
|
|
|
|
#
|
1999-01-04 12:36:23 +00:00
|
|
|
CFLAGS+=-Dinline=rpcgen_inline
|
1994-08-07 18:01:39 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|