|
|
| version 1.1, 2003/06/17 02:45:11 | version 1.2, 2003/11/19 00:51:33 |
|---|---|
| Line 34 | Line 34 |
| # Only a few systems have been added to this list; please add others | # Only a few systems have been added to this list; please add others |
| # (but try to keep the structure clean). | # (but try to keep the structure clean). |
| # | # |
| # $DragonFly$ | |
| # This is needed to find uname on a Pyramid OSx when run in the BSD universe. | # This is needed to find uname on a Pyramid OSx when run in the BSD universe. |
| # (ghazi@noc.rutgers.edu 8/24/94.) | # (ghazi@noc.rutgers.edu 8/24/94.) |
| Line 321 EOF | Line 322 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 ;; |