mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Fix the contents of the underneath .depend files and "make checkdpadd".
This commit is contained in:
parent
b6bdead975
commit
95f55a632e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146321
@ -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 New Issue
Block a user