summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-16 11:11:06 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-16 11:11:06 +0000
commit84d18898e7d8fe0b01f3e3b2406868eb871f272a (patch)
tree9fe18115358e587c3c2930894d3a5c4e703999df /dmake/configure.in
parent84a9ee1f5f9ddeeda8017798ffafb64a3da60dda (diff)
add: FreeBSD
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/dmake/configure.in b/dmake/configure.in
index 2b781ef72322..95ad4523061b 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -56,6 +56,10 @@ if test ${OS_UNAME} = Irix; then
echo "Irix found"
OS_VERSION=sysvr4
fi
+if test ${OS_UNAME} = FreeBSD; then
+ echo "FreeBSD found"
+ OS_VERSION=386ix
+fi
AC_SUBST(OS_VERSION)
AC_OUTPUT(Makefile unix/Makefile startup/Makefile startup/unix/Makefile \