diff options
| author | Marc G. Fournier | 1997-02-07 17:49:50 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-02-07 17:49:50 +0000 |
| commit | 37e7e77c3354bcf84efdad242437db34cb12ba53 (patch) | |
| tree | 610b372667301efcf2a2809f03b44352095f3a4d /src/configure | |
| parent | 2300ac0dc4fc5702a6a693fdd769be8784314882 (diff) | |
Add in netbsd*) to configure
Pointed out by D'Arcy
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';; |
