Files
2013-09-26 17:14:40 +02:00

17 lines
352 B
Plaintext

$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