freebsd-ports/security/polarssl/files/patch-Makefile
2010-08-17 19:41:18 +00:00

11 lines
323 B
Text

--- Makefile.orig 2010-06-18 18:42:26.000000000 +0200
+++ Makefile 2010-08-17 18:33:04.000000000 +0200
@@ -7,7 +7,7 @@
all:
cd library && $(MAKE) all && cd ..
cd programs && $(MAKE) all && cd ..
- cd tests && $(MAKE) all && cd ..
+# cd tests && $(MAKE) all && cd ..
install:
mkdir -p $(DESTDIR)/include/polarssl