summaryrefslogtreecommitdiffstats
path: root/lib/libbind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbind/Makefile')
-rw-r--r--lib/libbind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile
index ba6da8a7..4747957 100644
--- a/lib/libbind/Makefile
+++ b/lib/libbind/Makefile
@@ -2,9 +2,6 @@
BIND_DIR=${.CURDIR}/../../contrib/bind
-# contrib/bind/include/* must not override any real system includes
-CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${BIND_DIR}/include
-
LIB= bind
WANT_IRS= for now
@@ -86,3 +83,6 @@ NOPIC= true
INTERNALSTATICLIB= true
.include <bsd.lib.mk>
+
+# XXX contrib/bind/include/* must not override any real system includes
+CFLAGS:= -I${BIND_DIR}/port/freebsd/include -I${BIND_DIR}/include ${CFLAGS}
OpenPOWER on IntegriCloud