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

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

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

MAINTAINER=	guido@freebsd.org

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