summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-09-26 11:19:38 +0000
committerSascha Schumann <sas@php.net>2000-09-26 11:19:38 +0000
commita2f126c35122b4505746482492f29957325a7e18 (patch)
treebeff36cda1e883da87295d37f690ee8bec7793f5 /buildconf
parent99771d91ceec55de8e1e62d3610919e1500aafcf (diff)
downloadphp-git-a2f126c35122b4505746482492f29957325a7e18.tar.gz
Build compat bridge for makes which support only the BSD .include command.
This is only required for BSD/OS, because BSDI did not merge in changes from 4.4BSD Lite 1.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 415d20dcab..c3530e8614 100755
--- a/buildconf
+++ b/buildconf
@@ -28,4 +28,9 @@ fi
rm -f generated_lists
+case "`uname`" in
+*BSD/OS*)
+ ./build/bsd_makefile;;
+esac
+
${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags"