15 lines
341 B
Makefile
15 lines
341 B
Makefile
# $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>
|