projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2300ac0
)
Add in netbsd*) to configure
author
Marc G. Fournier
Fri, 7 Feb 1997 17:49:50 +0000
(17:49 +0000)
committer
Marc G. Fournier
Fri, 7 Feb 1997 17:49:50 +0000
(17:49 +0000)
Pointed out by D'Arcy
src/configure
patch
|
blob
|
blame
|
history
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index cf4a326429f04809827ca7703626ee1d0a12bf7c..825dad34d92e2b94cbd5d5b33f7f8517bbbe4494 100755
(executable)
--- 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 58d3ae4d83697a267dc557937e267d6a843ac5ee..0ebfdba484118ed023bc21d57adde0ef0f821287 100644
(file)
--- 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';;