diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 20:16:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 20:16:28 +0000 |
commit | 766bbc74af2ca6516a67217a77d2e043dac4854d (patch) | |
tree | 70d2b873e9a2feb2a487072e0b0fa5012d6a557e /package/nmap/Makefile | |
parent | ccbb63927df6e04db8494d6f4d82fbc6ec1aa920 (diff) |
add --without-nmapfe to nmap configure and add mostlyclean target for rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1221 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r-- | package/nmap/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index 6e685b4ea..8c010840b 100644 --- a/package/nmap/Makefile +++ b/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 |