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