xref: /dragonfly/usr.bin/rpcgen/Makefile (revision 6e285212)
1# $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.5.6.1 2001/04/25 11:29:34 ru Exp $
2# $DragonFly: src/usr.bin/rpcgen/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $
3
4PROG=	rpcgen
5SRCS=	rpc_main.c  rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \
6	rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c
7
8#
9# This is a kludge to work around the fact that this program
10# uses 'inline' as a variable name.
11#
12CFLAGS+=-Dinline=rpcgen_inline
13
14.include <bsd.prog.mk>
15