diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-11 10:39:32 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-11 10:39:32 +0000 |
| commit | bdf905f07c43af82797f09a84f6f719d17278653 (patch) | |
| tree | a530490ff515f6e8a67412e18d238426e227a87e | |
| parent | d5431fa51ecb49b9df7d27b24f1616ecba9e1a3e (diff) | |
Notes
| -rw-r--r-- | lib/libbind/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libbind/Makefile b/lib/libbind/Makefile index 902ec60bd32e..acfa4854963a 100644 --- a/lib/libbind/Makefile +++ b/lib/libbind/Makefile @@ -2,8 +2,9 @@ BIND_DIR=${.CURDIR}/../../contrib/bind -CFLAGS+= -idirafter ${BIND_DIR}/port/freebsd/include \ - -idirafter ${BIND_DIR}/include +# contrib/bind/include/* must not override any real system includes +CFLAGS+= -I${BIND_DIR}/port/freebsd/include -I${DESTDIR}/usr/include \ + -I${BIND_DIR}/include LIB= bind |
