]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_cryptkit/ckutils/Makefile
Security-57336.1.9.tar.gz
[apple/security.git] / Security / libsecurity_cryptkit / ckutils / Makefile
diff --git a/Security/libsecurity_cryptkit/ckutils/Makefile b/Security/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