blob: 8aa7cc882067b036211270e4db164812aa1e8357 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-ac,v 1.5 1999/04/11 12:15:42 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.4*)
+ 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 *****************
|