]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfilctl/Makefile
Update apr-util to 1.6.1. See contrib/apr-util/CHANGES for a summary of
[FreeBSD/FreeBSD.git] / sbin / pfilctl / Makefile
1 # $FreeBSD$
2
3 PROG=   pfilctl
4 SRCS=   pfilctl.c
5 WARNS?= 6
6
7 MAN=    pfilctl.8
8
9 .include <bsd.prog.mk>