summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-15 11:13:15 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-15 11:13:15 -0400
commit479a52ade153f462135ade276ec04b5e5e5c5aef (patch)
treeae44e3b58202f1e7605600216192d460f9d3396b /tools
parent8286bf26a6afa17cbf2e865dd2beb3a8e0335048 (diff)
downloadnastd-479a52ade153f462135ade276ec04b5e5e5c5aef.tar.gz
nastd-479a52ade153f462135ade276ec04b5e5e5c5aef.zip
Add darwin build targets
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build3
1 files changed, 3 insertions, 0 deletions
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