]> granicus.if.org Git - postgresql/commitdiff
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 cf4a326429f04809827ca7703626ee1d0a12bf7c..825dad34d92e2b94cbd5d5b33f7f8517bbbe4494 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 58d3ae4d83697a267dc557937e267d6a843ac5ee..0ebfdba484118ed023bc21d57adde0ef0f821287 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';;