Makefile revision 276486
1#
2# $FreeBSD: stable/10/tools/tools/netrate/netsend/Makefile 276486 2014-12-31 23:25:37Z ngie $
3#
4
5CFLAGS+=	-Wall
6PROG=	netsend
7MAN=
8
9.include <bsd.prog.mk>
10