$NetBSD: patch-ac,v 1.6 2000/06/27 08:15:51 tron Exp $ --- configure.orig Tue Feb 16 17:06:16 1999 +++ configure Sun Apr 11 14:11:30 1999 @@ -1717,6 +1717,21 @@ host_dir=bsd ;; +netbsd1.[45]*) + host_os=netbsd + EXTRALIBS="-lkvm $XPMLIB" + INSTALL_ARGS='-s -g kmem -m 02555' + cat >> confdefs.h <<\EOF +#define XOSVIEW_NETBSD 1 +EOF + + cat >> confdefs.h <<\EOF +#define UVM 1 +EOF + + host_dir=bsd + +;; ## Also check for versions that have not been tested. netbsd*) echo "configure: warning: *************** Warning *****************