Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/bind Pull up revisions 1.4-1.5 (requested by c...



details:   https://anonhg.NetBSD.org/src/rev/d717edb8f0f8
branches:  netbsd-1-4
changeset: 469816:d717edb8f0f8
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 17:10:41 1999 +0000

description:
Pull up revisions 1.4-1.5 (requested by christos and veego):
  Update to BIND 8.2.2-P5.

diffstat:

 usr.sbin/bind/Makefile.inc |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 147fb772850f -r d717edb8f0f8 usr.sbin/bind/Makefile.inc
--- a/usr.sbin/bind/Makefile.inc        Sat Dec 04 17:10:37 1999 +0000
+++ b/usr.sbin/bind/Makefile.inc        Sat Dec 04 17:10:41 1999 +0000
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/01/04 00:04:04 tron Exp $
+# $NetBSD: Makefile.inc,v 1.3.2.1 1999/12/04 17:10:41 he Exp $
+
+WARNS=0
 
 BIND_DIR=      ${.CURDIR}/..
+BIND_DIST_DIR= ${.CURDIR}/../../../dist/bind
 
 VER!=          awk '$$1 == "VER=" { print $$2 ; exit }' ${BIND_DIR}/Makefile
 
@@ -11,5 +14,6 @@
 LIB_BIND!=     cd ${BIND_DIR}/lib; \
                printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | \
                ${MAKE} -s -f -
-INCLUDE?=      -I. -I${BIND_DIR}/include
+INCLUDE?=      -I${LIB_BIND} -I${.OBJDIR} -I${BIND_DIR}/include -I${BIND_DIST_DIR}/include
 LIBRARY?=      -L${LIB_BIND} -lbind
+



Home | Main Index | Thread Index | Old Index