mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the contents of the underneath .depend files and "make checkdpadd".
This commit is contained in:
parent
b6bdead975
commit
95f55a632e
1 changed files with 4 additions and 8 deletions
|
|
@ -1,16 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
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
|
||||
|
||||
IPFOBJDIR= ${.OBJDIR}/../libipf
|
||||
DPADD+= ${IPFOBJDIR}/libipf.a ${LIBKVM}
|
||||
LDADD+= -L${IPFOBJDIR} -lipf -lkvm
|
||||
LIBIPF= ${.OBJDIR}/../libipf/libipf.a
|
||||
DPADD+= ${LIBIPF} ${LIBKVM}
|
||||
LDADD+= ${LIBIPF} -lkvm
|
||||
|
||||
CLEANFILES+= y.tab.c y.tab.h
|
||||
|
||||
|
|
@ -19,6 +17,4 @@ CLEANFILES+= y.tab.c y.tab.h
|
|||
${.CURDIR}/../../../contrib/ipfilter/tools \
|
||||
${.CURDIR}/../../../contrib/ipfilter/man
|
||||
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
||||
.include "../Makefile.inc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue