diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-10 10:38:31 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 10:38:31 +0100 |
commit | 3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1 (patch) | |
tree | 637f959d103f322088f8a6555bf5cee43678c70f /dmake | |
parent | 1e4649eeaef6a84c5315455a15cbfe23af1f9572 (diff) |
Porting LO to Dragonfly
Diffstat (limited to 'dmake')
-rwxr-xr-x | dmake/configure | 2 | ||||
-rwxr-xr-x | dmake/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dmake/configure b/dmake/configure index f8a1bd822914..4445b201fcde 100755 --- a/dmake/configure +++ b/dmake/configure @@ -4084,7 +4084,7 @@ case "$_os" in "AIX") OS_VERSION=sysvr4 ;; - "OpenBSD") + "OpenBSD"|DragonFly) OS_VERSION=linux ;; *) diff --git a/dmake/configure.in b/dmake/configure.in index 498c7b2372de..1ec0b3e2cf4c 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -111,7 +111,7 @@ case "$_os" in "AIX") OS_VERSION=sysvr4 ;; - "OpenBSD") + "OpenBSD"|DragonFly) OS_VERSION=linux ;; *) |