diff options
Diffstat (limited to 'src/configure')
| -rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index cf4a326429..825dad34d9 100755 --- a/src/configure +++ b/src/configure @@ -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';; |
