Add in netbsd*) to configure

Pointed out by D'Arcy
pull/50/head
Marc G. Fournier 30 years ago
parent 2300ac0dc4
commit 37e7e77c33
  1. 2
      src/configure
  2. 2
      src/configure.in

2
src/configure vendored

@ -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';;

@ -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';;

Loading…
Cancel
Save