diff options
| author | veego <veego@NetBSD.org> | 1999-11-17 21:18:03 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 1999-11-17 21:18:03 +0000 |
| commit | 5ab88d802cf9e879b84b2dcfee89ce855bd2c23d (patch) | |
| tree | 1e5c819ba48b72d3fb07db6c475510ff35561faa /dist/bind/bind2netbsd | |
| parent | 6bb7163ea2188c93725d65146d82ecc87acfb5bf (diff) | |
Copy prand_conf.h and add the helper programm probe_ipv6.
Diffstat (limited to 'dist/bind/bind2netbsd')
| -rwxr-xr-x | dist/bind/bind2netbsd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/bind/bind2netbsd b/dist/bind/bind2netbsd index d9b9e4ffc35..ea25f4c9b32 100755 --- a/dist/bind/bind2netbsd +++ b/dist/bind/bind2netbsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: bind2netbsd,v 1.4 1999/11/14 16:37:20 veego Exp $ +# $NetBSD: bind2netbsd,v 1.5 1999/11/17 21:18:03 veego Exp $ # # Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. # All rights reserved. @@ -68,7 +68,9 @@ mkdir -p $d/man cd $r/src pax -rvw bin include lib $d cd port/netbsd/include -pax -rvw port_after.h port_before.h $d/include +pax -rvw port_after.h port_before.h prand_conf.h $d/include +cd bin +pax -rvw probe_ipv6 $d/bin cd $r/doc/man pax -rvw dig.1 dnskeygen.1 dnsquery.1 host.1 named-bootconf.8 named-xfer.8 named.8 named.conf.5 ndc.8 nslookup.8 $d/man |
