Support for DragonFly BSD

Mapped to NetBSD, the closest existing match.  (Even though DragonFly
BSD is derived from FreeBSD, the shared library version numbering
matches NetBSD, and the rest is mostly the same among all BSD
variants.)

per "Rumko"
This commit is contained in:
Peter Eisentraut 2011-03-02 21:15:28 +02:00
parent 2f6c8453cf
commit 6094c242d1
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -2194,6 +2194,7 @@ case $host_os in
bsdi*) template=bsdi ;;
cygwin*) template=cygwin ;;
darwin*) template=darwin ;;
dragonfly*) template=netbsd ;;
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;

View File

@ -58,6 +58,7 @@ case $host_os in
bsdi*) template=bsdi ;;
cygwin*) template=cygwin ;;
darwin*) template=darwin ;;
dragonfly*) template=netbsd ;;
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;