$NetBSD$

--- configure.orig	2004-03-02 04:51:17.000000000 -0800
+++ configure
@@ -10007,6 +10007,9 @@ linux*)
   ignore_buffers=yes
   ignore_cached=yes
   ;;
+dragonfly*)
+  OS=dragonfly
+  ;;
 freebsd*)
   OS=freebsd
   ignore_wired=yes
@@ -10020,6 +10023,12 @@ openbsd*)
 solaris*)
   OS=solaris
   ;;
+netbsd*)
+  OS=netbsd
+  ;;
+darwin*)
+  OS=darwin
+  ;;
 *)
   echo ""
   echo "Sorry, ${host_os} is not supported yet"
