OSDN Git Service

Add in netbsd*) to configure
authorMarc G. Fournier <scrappy@hub.org>
Fri, 7 Feb 1997 17:49:50 +0000 (17:49 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 7 Feb 1997 17:49:50 +0000 (17:49 +0000)
Pointed out by D'Arcy

src/configure
src/configure.in

index cf4a326..825dad3 100755 (executable)
@@ -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';;
index 58d3ae4..0ebfdba 100644 (file)
@@ -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';;