1# $FreeBSD$
2
3PROG=	npestats
4SRCS=	main.c statfoo.c npestats.c
5BINDIR=	/usr/local/bin
6MAN=
7
8.include <bsd.prog.mk>
9