Revision 5b353bab3fd334a89197efd4ac1e2b013988dc8e authored by Akinori Musha on 05 August 2002, 18:04:50 UTC, committed by Akinori Musha on 05 August 2002, 18:04:50 UTC
1 parent 4b36f08
Raw File
Makefile
# $FreeBSD$

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

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

MAINTAINER=	guido@freebsd.org

.include <bsd.prog.mk>
back to top