diff options
author | 2003-11-16 12:16:51 +0000 | |
---|---|---|
committer | 2003-11-16 12:16:51 +0000 | |
commit | 69b682402cc81dfe340d88f10566ee7fc4765171 (patch) | |
tree | f7fd4c199d0d76897af8a710ab10b0ba30bf96ba | |
parent | Record no checksum in generated packing-list. (diff) | |
download | wireguard-openbsd-69b682402cc81dfe340d88f10566ee7fc4765171.tar.xz wireguard-openbsd-69b682402cc81dfe340d88f10566ee7fc4765171.zip |
remove win32 references
-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 |