Makefile revision 135954
1#
2# $FreeBSD: head/tools/tools/netrate/netsend/Makefile 135954 2004-09-30 06:17:26Z rwatson $
3#
4
5CFLAGS+=	-Wall
6PROG=	netsend
7NOMAN=	yes
8
9.include <bsd.prog.mk>
10