- Factor out bge_{disable,enable}_intr().
[dragonfly/port-amd64.git] / usr.bin / rpcgen / Makefile
blob57baf09acc051dc07ee5000b11de7b5ab41b7f5f
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.3 2004/06/19 16:40:36 joerg Exp $
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
8 .include <bsd.prog.mk>