From 4491c6c7fcf501edb1b23184be803cde344a37bc Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 12 Apr 2009 15:05:59 +0000 Subject: [PATCH] reflect new reality. --- external/bsd/bind/dist/binclude4netbsd | 3 ++- external/bsd/bind/dist/bind2netbsd | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/external/bsd/bind/dist/binclude4netbsd b/external/bsd/bind/dist/binclude4netbsd index 52c8e6a492d0..3d8b3d5d7012 100755 --- a/external/bsd/bind/dist/binclude4netbsd +++ b/external/bsd/bind/dist/binclude4netbsd @@ -4,10 +4,11 @@ # after you've imported and built the latest bind code. After you run this, # cvs import the resulting directory # -# $ cd /usr/src/external/bind/dist +# $ cd /usr/src/external/bsd/bind/dist # $ configure # $ make # $ ./binclude4netbsd . /tmp/include +# Fix manually the config.h file to disable things controlled by the Makefiles # $ cd /tmp/include # $ cvs -d cvs.netbsd.org:/cvsroot import src/usr.sbin/bind/include \ # ISC bind-X-Y-Z diff --git a/external/bsd/bind/dist/bind2netbsd b/external/bsd/bind/dist/bind2netbsd index 3943b23b4fe9..39d160a67152 100755 --- a/external/bsd/bind/dist/bind2netbsd +++ b/external/bsd/bind/dist/bind2netbsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: bind2netbsd,v 1.1 2009/04/12 03:46:06 christos Exp $ +# $NetBSD: bind2netbsd,v 1.2 2009/04/12 15:05:59 christos Exp $ # # Copyright (c) 2000 The NetBSD Foundation, Inc. # All rights reserved. @@ -42,11 +42,8 @@ # $ run make # - use the binclude4netbsd to create and import the new headers in # /usr/src/usr.sbin/bind/include -# - use the include4netbsd to create and import the new headers in -# /usr/src/include # - check makefiles to see if any extra sources have been added. # - update distrib/sets if necessary. -# - to update the libc resolver code use libc4netbsd if [ $# -ne 2 ]; then echo "bind2netbsd src dest"; exit 1; fi