12 lines
409 B
Text
12 lines
409 B
Text
$NetBSD: patch-ag,v 1.3 2006/03/23 13:41:41 joerg Exp $
|
|
|
|
--- config/os-type.orig 2006-03-23 13:11:00.000000000 +0000
|
|
+++ config/os-type
|
|
@@ -102,6 +102,7 @@ if [ -z "${OS}" -a ! -z "${uname}" ]; th
|
|
"linux"*) OS=linux;;
|
|
"netbsd"*) OS="${osname}";;
|
|
"freebsd"*) OS="${osname}${osmajver}";;
|
|
+ "dragonfly"*) OS="${osname}";;
|
|
"openbsd"*) OS="${osname}";;
|
|
"dgux"*) OS=dgux;;
|
|
"unicos"*) OS=unicos;;
|