]> git.saurik.com Git - apple/libsystem.git/blobdiff - libsys/Makefile
Libsystem-125.2.tar.gz
[apple/libsystem.git] / libsys / Makefile
index 60129072aa378b9cc5473e6b728441a30a71314a..786c9c5794eaf4de899a34dcaa757d16d432c962 100644 (file)
@@ -16,7 +16,15 @@ BSDMAKEJ = $(BSDMAKE) -f Makefile -j $(NJOBS)
 # always a variable
 dynamic = dynamic
 
-FORMS := debug dynamic profile
+FORMS := dynamic
+
+.if !empty(FEATURE_DEBUG_DYLIB)
+FORMS += debug
+.endif
+
+.if !empty(FEATURE_PROFILE_DYLIB)
+FORMS += profile
+.endif
 
 all: build