diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-17 14:29:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-17 14:29:06 +0000 |
| commit | 95f55a632e8ac74e663733bcf72f4e38916020e7 (patch) | |
| tree | f27b4f634a6fa9964c29b1aae7e5acbee6e5c833 /sbin | |
| parent | b6bdead97593e7cf31e2ecad0f0bfd754d548e51 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ipf/Makefile.inc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 41677b9bcc1f..3373b557bd8c 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -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" |
