summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/Makefile
blob: 9056cf08e2735b403c814ec38f40788e39e84ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter

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