diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-16 11:11:06 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-16 11:11:06 +0000 |
commit | 84d18898e7d8fe0b01f3e3b2406868eb871f272a (patch) | |
tree | 9fe18115358e587c3c2930894d3a5c4e703999df /dmake/configure.in | |
parent | 84a9ee1f5f9ddeeda8017798ffafb64a3da60dda (diff) |
add: FreeBSD
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 4 |
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 \ |