]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/BSDmakefile
xnu-1228.12.14.tar.gz
[apple/xnu.git] / libsyscall / BSDmakefile
index 699706fb6173a318a4481ececfe435b6eea79a0a..8a6ff2a3bcc1359371c58729074cac27582fe980 100644 (file)
@@ -16,7 +16,7 @@ RC_ARCHS = $(ARCH)
 RC_$(RC_ARCHS) = 1
 .endif
 NARCHS != echo $(RC_ARCHS) | wc -w
-LIBSYS = $(NEXT_ROOT)/usr/local/lib/system
+LIBSYS = $(SDKROOT)/usr/local/lib/system
 NJOBS != perl -e '$$n = `/usr/sbin/sysctl -n hw.ncpu`; printf "%d\n", $$n < 2 ? 2 : ($$n * 1.5)'
 BSDMAKE = bsdmake -f Makefile
 BSDMAKEJ = $(BSDMAKE) -j $(NJOBS)