1# $FreeBSD$
2
3PROG=	pfilctl
4SRCS=	pfilctl.c
5
6MAN=	pfilctl.8
7
8.include <bsd.prog.mk>
9