16 lines
352 B
Text
16 lines
352 B
Text
$NetBSD: patch-aa,v 1.3 2007/01/20 12:56:27 joerg Exp $
|
|
|
|
--- configure.orig 2007-01-20 12:15:08.000000000 +0000
|
|
+++ configure
|
|
@@ -4669,6 +4669,11 @@ freebsd*)
|
|
LIBS="$LIBS -lkvm"
|
|
SETGID_FLAGS="-g kmem -m 2755 -o root"
|
|
;;
|
|
+dragonfly*)
|
|
+ OS=dragonfly
|
|
+ ignore_nice=yes
|
|
+ LIBS="$LIBS -lkinfo"
|
|
+ ;;
|
|
openbsd*)
|
|
OS=openbsd
|
|
ignore_nice=yes
|