X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.bsd;h=873e75393283c12c2b074c6a35b5043c2c14a782;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hp=09dc14b9ba2c2b7562f0fe2f0584a37c405cef61;hpb=1663f4a94dbb36331d2930c89eb51c0213200236;p=novacoin.git diff --git a/src/makefile.bsd b/src/makefile.bsd index 09dc14b..873e753 100644 --- a/src/makefile.bsd +++ b/src/makefile.bsd @@ -2,7 +2,6 @@ # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -USE_UPNP:=0 USE_LEVELDB:=0 USE_IPV6:=1 @@ -34,14 +33,6 @@ LIBS += \ -l crypto \ -l execinfo -ifndef USE_UPNP - override USE_UPNP = - -endif -ifneq (${USE_UPNP}, -) - LIBS += -l miniupnpc - DEFS += -DUSE_UPNP=$(USE_UPNP) -endif - ifneq (${USE_IPV6}, -) DEFS += -DUSE_IPV6=$(USE_IPV6) endif @@ -237,9 +228,9 @@ clean: -rm -f crypto/scrypt/generic/obj/*.o -rm -f crypto/scrypt/generic/obj/*.P -rm -f crypto/scrypt/generic/obj/*.d - -rm -f crypto/sha2/asm/obj/*.o - -rm -f crypto/sha2/asm/obj/*.P - -rm -f crypto/sha2/asm/obj/*.d + -rm -f crypto/sha2/asm/obj/*.o + -rm -f crypto/sha2/asm/obj/*.P + -rm -f crypto/sha2/asm/obj/*.d -rm -f obj/build.h FORCE: