diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 20:16:28 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 20:16:28 +0000 |
| commit | c200057dec71ee6e4150cae4c4d2a9331149905b (patch) | |
| tree | e2dc23da6a4f0f3ba8a52a62aae244e206f52505 | |
| parent | 47a24d987e935272b5161c1a9607b260a1b0db5b (diff) | |
| download | upstream-c200057dec71ee6e4150cae4c4d2a9331149905b.tar.gz upstream-c200057dec71ee6e4150cae4c4d2a9331149905b.tar.bz2 upstream-c200057dec71ee6e4150cae4c4d2a9331149905b.zip | |
add --without-nmapfe to nmap configure and add mostlyclean target for rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1221 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/nmap/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/nmap/Makefile b/openwrt/package/nmap/Makefile index 6e685b4ea6e..8c010840bdc 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 |
