summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/Makefile.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-07-03 16:41:30 -0300
committerRenato Botelho <renato@netgate.com>2017-07-03 16:41:30 -0300
commitb91e8edec6ef973706ceba5985379a0aded6a5aa (patch)
tree92c1d3976fd61f447f3e62225141c02b6ef4c320 /sbin/ipf/Makefile.inc
parent5fa580e9c45b6668f134701651fa17cad722750e (diff)
parentff3a058c4f832f66c1a779cf9bd05f758ad411d8 (diff)
downloadFreeBSD-src-b91e8edec6ef973706ceba5985379a0aded6a5aa.zip
FreeBSD-src-b91e8edec6ef973706ceba5985379a0aded6a5aa.tar.gz
Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_5
Diffstat (limited to 'sbin/ipf/Makefile.inc')
-rw-r--r--sbin/ipf/Makefile.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc
index c4c44be..a38edf3 100644
--- a/sbin/ipf/Makefile.inc
+++ b/sbin/ipf/Makefile.inc
@@ -6,10 +6,10 @@ 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+= -I${SRCTOP}/contrib/ipfilter
+CFLAGS+= -I${SRCTOP}/contrib/ipfilter/tools
+CFLAGS+= -I${SRCTOP}/sys
+CFLAGS+= -I${SRCTOP}/sys/contrib/ipfilter
CFLAGS+= -DSTATETOP -D__UIO_EXPOSE
.if ${MK_INET6_SUPPORT} != "no"
@@ -24,9 +24,9 @@ LIBADD+= ipf
CLEANFILES+= y.tab.c y.tab.h
-.PATH: ${.CURDIR}/../../../contrib/ipfilter \
- ${.CURDIR}/../../../contrib/ipfilter/lib \
- ${.CURDIR}/../../../contrib/ipfilter/tools \
- ${.CURDIR}/../../../contrib/ipfilter/man
+.PATH: ${SRCTOP}/contrib/ipfilter \
+ ${SRCTOP}/contrib/ipfilter/lib \
+ ${SRCTOP}/contrib/ipfilter/tools \
+ ${SRCTOP}/contrib/ipfilter/man
.include "../Makefile.inc"
OpenPOWER on IntegriCloud