Remove terminating semicolons from SYSCTL_ADD_* macros. This will allow to
[dragonfly/port-amd64.git] / usr.bin / rpcgen / Makefile
blob3b139a29f0a6074f51ff249679001942d5faf2b5
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.4 2007/08/27 16:50:58 pavalos 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
7 WARNS?= 0
9 .include <bsd.prog.mk>