diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-22 18:34:52 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-22 18:34:52 +0000 |
| commit | d848d77ad786c8d283d09f0c54022d7b221e6df7 (patch) | |
| tree | 17e241e4c4cf20ac05c427882769c5c2a64d7bb8 /lib/libbind | |
| parent | e3f406b3c1f506c48f09fed9dc1588172a655465 (diff) | |
Notes
Diffstat (limited to 'lib/libbind')
| -rw-r--r-- | lib/libbind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile index ba6da8a78605a..4747957b516e4 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} |
