15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
$NetBSD: patch-aq,v 1.6 2008/02/23 05:16:34 obache Exp $
|
|
|
|
--- src/helpers/GuessOS.orig 2006-07-12 08:16:05.000000000 +0000
|
|
+++ src/helpers/GuessOS
|
|
@@ -173,6 +173,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${
|
|
FREEBSDVERS=`echo ${RELEASE}|sed -e 's/[-(].*//'`
|
|
echo "${MACHINE}-whatever-freebsd${FREEBSDVERS}"; exit 0
|
|
;;
|
|
+ DragonFly:*)
|
|
+ echo "${MACHINE}-whatever-dragonfly"; exit 0
|
|
+ ;;
|
|
|
|
NetBSD:*:*:*486*)
|
|
echo "i486-whatever-netbsd"; exit 0
|