]> granicus.if.org Git - pdns/commitdiff
make sure we don't install polarssl in the .deb! plus fix compilation for bsd
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 23 Apr 2010 01:09:40 +0000 (01:09 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 23 Apr 2010 01:09:40 +0000 (01:09 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1583 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/ext/polarssl/Makefile

index e74ba8b28c98d5c10b887103879035660ffed8f4..c3a522c95925696f1e7f8bda9e94f81ee3cdfba1 100644 (file)
@@ -1,8 +1,11 @@
 all:
-       cd library  && make all && cd ..
+       cd library  && $(MAKE) all && cd ..
 
 clean:
-       cd library  && make clean && cd ..
+       cd library  && $(MAKE) clean && cd ..
+
+install:
+       
 
 distdir:
        mkdir -p $(distdir)