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

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

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

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