]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipf/Makefile
Fix an integer overflow that causes fsck_ffs to crash when it
[FreeBSD/FreeBSD.git] / sbin / ipf / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
4
5 PROG=   ipf
6 MAN=    ipf.4 ipf.5 ipf.8
7 SRCS=   ipf.c parse.c opt.c facpri.c common.c
8 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
9 CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
10 CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
11 CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
12 WARNS=  0
13
14 MAINTAINER=     guido@freebsd.org
15
16 .include <bsd.prog.mk>