summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/Makefile
blob: 530950ef831b1b9ad62b0f2b986c616dad1b530a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH:	${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man

PROG=	ipf
MAN=	ipf.4 ipf.5 ipf.8
SRCS=	ipf.c parse.c opt.c facpri.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../contrib/ipfilter

MAINTAINER=	guido@freebsd.org

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud