Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / rpcgen / Makefile
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
4 PROG=   rpcgen
5 SRCS=   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 #
12 CFLAGS+=-Dinline=rpcgen_inline
13
14 .include <bsd.prog.mk>