diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 | ||||
-rw-r--r-- | src/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index cf4a326429f..825dad34d92 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';; diff --git a/src/configure.in b/src/configure.in index 58d3ae4d836..0ebfdba4841 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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';; |