X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a30fc45109b8f41d789036bdd9cc1ed9125ed2f8..8b51c7081f6ea2a6f1f70cd390998f3cbb8a027e:/openwrt/package/nmap/Makefile diff --git a/openwrt/package/nmap/Makefile b/openwrt/package/nmap/Makefile index 6e685b4ea..8c010840b 100644 --- a/openwrt/package/nmap/Makefile +++ b/openwrt/package/nmap/Makefile @@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_LARGEFILE) \ $(DISABLE_NLS) \ --without-openssl \ + --without-nmapfe \ --with-libpcap="$(STAGING_DIR)/usr" \ --with-libpcre="$(STAGING_DIR)/usr" \ ); @@ -71,3 +72,7 @@ $(IPKG_NMAP): cp -fpR $(PKG_INSTALL_DIR)/usr/bin/nmap $(IDIR_NMAP)/usr/bin/ $(RSTRIP) $(IDIR_NMAP) $(IPKG_BUILD) $(IDIR_NMAP) $(PACKAGE_DIR) + +mostlyclean: + $(MAKE) -C $(PKG_BUILD_DIR) clean + rm $(PKG_BUILD_DIR)/.built