summaryrefslogtreecommitdiffstats
path: root/contrib/bind/lib/isc/Makefile
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-10-31 12:35:45 +0000
committerasmodai <asmodai@FreeBSD.org>2000-10-31 12:35:45 +0000
commitb5459c5b45e8d87dcdb3d5a0ddc31ca631a18480 (patch)
treeec4d7d21514a97aec7ad9db79cabb486f981b420 /contrib/bind/lib/isc/Makefile
parent1f7d1df733cba8003f78ea73b609bf5ad47db279 (diff)
parent90887e8f5bdae690c1ceca0ae12853e5e66c5282 (diff)
downloadFreeBSD-src-b5459c5b45e8d87dcdb3d5a0ddc31ca631a18480.zip
FreeBSD-src-b5459c5b45e8d87dcdb3d5a0ddc31ca631a18480.tar.gz
This commit was generated by cvs2svn to compensate for changes in r68068,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bind/lib/isc/Makefile')
-rw-r--r--contrib/bind/lib/isc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bind/lib/isc/Makefile b/contrib/bind/lib/isc/Makefile
index 364c442..5485ec7 100644
--- a/contrib/bind/lib/isc/Makefile
+++ b/contrib/bind/lib/isc/Makefile
@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
-# $Id: Makefile,v 8.25 2000/02/29 03:38:23 vixie Exp $
+# $Id: Makefile,v 8.26 2000/07/11 06:41:41 vixie Exp $
# these are only appropriate for BSD 4.4 or derivatives, and are used in
# development. normal builds will be done in the top level directory and
@@ -32,7 +32,8 @@ INCL = ${TOP}/include
PORTINCL = ${TOP}/port/${SYSTYPE}/include
LIBBIND = ${TOP}/lib/libbind.${A}
LIBBINDR = ../${TOP}/lib/libbind_r.${A}
-CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL}
+CFLAGS= ${CDEBUG}
+CPPFLAGS= -I${PORTINCL} -I${INCL}
# -Wimplicit
LD_LIBFLAGS= -x -r
AR= ar cru
OpenPOWER on IntegriCloud