blob: 39a22b5d20c72ad3ab1ec551286a969431ce4b2e (
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+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter
MAINTAINER= guido@freebsd.org
.include <bsd.prog.mk>
|