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

17 lines
336 B
Plaintext

$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
;;