From 479a52ade153f462135ade276ec04b5e5e5c5aef Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 15 Apr 2008 11:13:15 -0400 Subject: Add darwin build targets --- tools/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/build b/tools/build index 7a374f0..e467f68 100755 --- a/tools/build +++ b/tools/build @@ -24,6 +24,9 @@ SunOS) target=sunos fi ;; +Darwin) + target=darwin + ;; *) echo "I don't know how to build for your platform, please poke" 1>&2 echo "around in Makefiles/os and tools/build to get the server" 1>&2 -- cgit v1.2.3