1958770f73
kvm access for that is not justified unless someone else actually wants to implement it.
16 lines
336 B
Text
16 lines
336 B
Text
$NetBSD: patch-aa,v 1.1 2007/01/29 16:42:52 joerg Exp $
|
|
|
|
--- configure.orig 2003-09-15 06:43:50.000000000 +0000
|
|
+++ configure
|
|
@@ -4296,6 +4296,11 @@ freebsd*)
|
|
LIBS="$LIBS -lkvm"
|
|
SETGID_FLAGS="-g kmem -m 2755 -o root"
|
|
;;
|
|
+dragonfly*)
|
|
+ OS=dragonfly
|
|
+ ignore_wired=yes
|
|
+ ignore_cached=yes
|
|
+ ;;
|
|
openbsd*)
|
|
OS=openbsd
|
|
;;
|