reflect new reality.

This commit is contained in:
christos 2009-04-12 15:05:59 +00:00
parent c8a90aaacd
commit 4491c6c7fc
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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