]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_cryptkit/ckutils/Makefile
Security-57031.1.35.tar.gz
[apple/security.git] / libsecurity_cryptkit / ckutils / Makefile
diff --git a/libsecurity_cryptkit/ckutils/Makefile b/libsecurity_cryptkit/ckutils/Makefile
deleted file mode 100644 (file)
index e0a50cb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Top-level Makefile for ckutils. Allows build or clean
-# of all directories in one swoop.  
-#
-SHELL := /bin/zsh
-
-SUBDIRS= atomTime badsig blobtest cfileTest giantAsmBench giantBench giantDvt
-
-first:
-       @foreach i in $(SUBDIRS); \
-               echo "=== Making $$i ==="; \
-               cd $$i; \
-               make || exit; \
-               cd ..; \
-       end
-
-clean:
-       @foreach i in $(SUBDIRS); \
-               echo "=== Cleaning $$i ==="; \
-               (cd $$i; make clean;) \
-       end