|
|
| version 1.1, 2003/06/17 02:47:21 | version 1.2, 2003/11/19 00:51:36 |
|---|---|
| Line 2 | Line 2 |
| # Attempt to guess a canonical system name. | # Attempt to guess a canonical system name. |
| # Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. | # Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. |
| # | # |
| # $DragonFly$ | |
| # | |
| # This file is free software; you can redistribute it and/or modify it | # This file is free software; you can redistribute it and/or modify it |
| # under the terms of the GNU General Public License as published by | # under the terms of the GNU General Public License as published by |
| # the Free Software Foundation; either version 2 of the License, or | # the Free Software Foundation; either version 2 of the License, or |
| Line 319 EOF | Line 321 EOF |
| *:FreeBSD:*:*) | *:FreeBSD:*:*) |
| echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` |
| exit 0 ;; | exit 0 ;; |
| *:DragonFly:*:*) | |
| echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` | |
| exit 0 ;; | |
| *:NetBSD:*:*) | *:NetBSD:*:*) |
| echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` |
| exit 0 ;; | exit 0 ;; |