aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.TOP
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-30 16:50:02 +0000
committerrsc <devnull@localhost>2005-01-30 16:50:02 +0000
commit66c1faee8dd835e8a6a5f6a743506c03df7272d2 (patch)
tree751e2506b62b880d493bf760b944e60e3084dd46 /unix/make/Makefile.TOP
parent38c087aa6de2776139e7b4cbacd36942fa0b98de (diff)
downloadplan9port-66c1faee8dd835e8a6a5f6a743506c03df7272d2.tar.gz
plan9port-66c1faee8dd835e8a6a5f6a743506c03df7272d2.tar.bz2
plan9port-66c1faee8dd835e8a6a5f6a743506c03df7272d2.zip
add ranlib for mac
Diffstat (limited to 'unix/make/Makefile.TOP')
-rw-r--r--unix/make/Makefile.TOP2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/make/Makefile.TOP b/unix/make/Makefile.TOP
index c5a613de..d2a73de0 100644
--- a/unix/make/Makefile.TOP
+++ b/unix/make/Makefile.TOP
@@ -10,6 +10,8 @@ OBJTYPE!=uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'
# the gnu rules will mess up bsd but not vice versa,
# hence the gnu rules come first.
+RANLIB=true
+
include Make.$(SYSNAME)-$(OBJTYPE)
PREFIX=/usr/local