From: Bert Hubert Date: Fri, 23 Apr 2010 01:09:40 +0000 (+0000) Subject: make sure we don't install polarssl in the .deb! plus fix compilation for bsd X-Git-Tag: rec-3.3~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec905a95aea6cef001f9951d8c6023ad41ecf462;p=pdns make sure we don't install polarssl in the .deb! plus fix compilation for bsd git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1583 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/ext/polarssl/Makefile b/pdns/ext/polarssl/Makefile index e74ba8b28..c3a522c95 100644 --- a/pdns/ext/polarssl/Makefile +++ b/pdns/ext/polarssl/Makefile @@ -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)