Add in netbsd*) to configure

Pointed out by D'Arcy
This commit is contained in:
Marc G. Fournier 1997-02-07 17:49:50 +00:00
parent 2300ac0dc4
commit 37e7e77c33
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -572,7 +572,7 @@ case "$host_os" in
esac ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;;
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;

View File

@ -9,7 +9,7 @@ case "$host_os" in
esac ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;;
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';;