diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-16 12:16:52 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-16 12:16:52 +0000 |
commit | 88d083edf82f391b274acb6aa7eb79b7a0929fca (patch) | |
tree | ffcb0a1862757452ee3c55ef46d422429990d625 /usr.sbin | |
parent | 55841c00007ba71c96e70a5e27c74aa955c8fe43 (diff) |
remove win32 references
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bind/configure.in b/usr.sbin/bind/configure.in index d585a039362..c95b48b5de2 100644 --- a/usr.sbin/bind/configure.in +++ b/usr.sbin/bind/configure.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.5 $) +AC_REVISION($Revision: 1.6 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1791,9 +1791,6 @@ AC_OUTPUT( lib/lwres/unix/Makefile lib/lwres/unix/include/Makefile lib/lwres/unix/include/lwres/Makefile - lib/lwres/win32/Makefile - lib/lwres/win32/include/Makefile - lib/lwres/win32/include/lwres/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile |