Commit 37e7e77c authored by Marc G. Fournier's avatar Marc G. Fournier

Add in netbsd*) to configure

Pointed out by D'Arcy
parent 2300ac0d
...@@ -572,7 +572,7 @@ case "$host_os" in ...@@ -572,7 +572,7 @@ case "$host_os" in
esac ;; esac ;;
linux*) PORTNAME='linux' ;; linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;; bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;; freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';; dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';; aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';; nextstep*) PORTNAME='nextstep';;
......
...@@ -9,7 +9,7 @@ case "$host_os" in ...@@ -9,7 +9,7 @@ case "$host_os" in
esac ;; esac ;;
linux*) PORTNAME='linux' ;; linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;; bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;; freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';; dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';; aix*) PORTNAME='aix';;
nextstep*) PORTNAME='nextstep';; nextstep*) PORTNAME='nextstep';;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment