650fd1e4e4
disruptive to actually fix all the warnings, and the code hasn't been maintained for several years. MFC after: 1 week
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# $FreeBSD$
|
|
|
|
WARNS?= 2
|
|
NO_WFORMAT=
|
|
NO_WARRAY_BOUNDS=
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter
|
|
CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools
|
|
CFLAGS+= -I${.CURDIR}/../../../sys
|
|
CFLAGS+= -I${.CURDIR}/../../../sys/contrib/ipfilter
|
|
CFLAGS+= -DSTATETOP -D__UIO_EXPOSE
|
|
|
|
LIBIPF= ${.OBJDIR}/../libipf/libipf.a
|
|
DPADD+= ${LIBIPF} ${LIBKVM}
|
|
LDADD+= ${LIBIPF} -lkvm
|
|
|
|
CLEANFILES+= y.tab.c y.tab.h
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/ipfilter \
|
|
${.CURDIR}/../../../contrib/ipfilter/lib \
|
|
${.CURDIR}/../../../contrib/ipfilter/tools \
|
|
${.CURDIR}/../../../contrib/ipfilter/man
|
|
|
|
.include "../Makefile.inc"
|