Added detection for Darwin (Mac OS X)

This commit is contained in:
mainzelm 2001-05-09 14:54:31 +00:00
parent 2b1f26613a
commit 43f92bb30b
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ case "$host" in
;; ;;
## NetBSD and FreeBSD ( and maybe 386BSD also) ## NetBSD and FreeBSD ( and maybe 386BSD also)
*-*-*bsd* ) *-*-*bsd*|*-*-darwin* )
dir=bsd dir=bsd
SCSH_ELF SCSH_ELF
;; ;;