blob: e14bd2f68e12a9861e73f23ba3ea159d5e202aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ae,v 1.4 2006/01/08 04:57:55 joerg Exp $
--- configure.orig 2006-01-08 03:13:16.000000000 +0000
+++ configure
@@ -2059,6 +2059,14 @@ case "$target_os" in
need_pragma=yes ;
;;
+ dragonfly* ) OSTYPE=DragonFly ;
+ OS_TAG="P_DRAGONFLY" ;
+ if test "x$OSRELEASE" = "x"; then
+ OSRELEASE="`sysctl -n kern.osreldate`" ;
+ fi
+ need_pragma=yes ;
+ ;;
+
openbsd* ) OSTYPE=OpenBSD ;
OS_TAG="P_OPENBSD" ;
OSRELEASE="`sysctl -n kern.osrevision`" ;
|