diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 20:18:17 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-12 20:18:17 +0000 |
| commit | d3a73170d430aa3262cd9e9de1b9936fcba1fe34 (patch) | |
| tree | a2358f37b7fb42d1928c575f71cb6c134160f1f2 | |
| parent | c200057dec71ee6e4150cae4c4d2a9331149905b (diff) | |
| download | upstream-d3a73170d430aa3262cd9e9de1b9936fcba1fe34.tar.gz upstream-d3a73170d430aa3262cd9e9de1b9936fcba1fe34.tar.bz2 upstream-d3a73170d430aa3262cd9e9de1b9936fcba1fe34.zip | |
add --without-x to dsniff compile and add mostlyclean target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1222 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/dsniff/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/dsniff/Makefile b/openwrt/package/dsniff/Makefile index 6d6b6064ba8..3355eb88d9b 100644 --- a/openwrt/package/dsniff/Makefile +++ b/openwrt/package/dsniff/Makefile @@ -43,6 +43,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --sbindir=/usr/sbin \ --sysconfdir=/etc \ --without-db \ + --without-x \ --with-gdbm="$(STAGING_DIR)/usr" \ --with-libnids="$(STAGING_DIR)/usr" \ --with-libpcap="$(STAGING_DIR)/usr" \ @@ -69,3 +70,7 @@ $(IPKG_DSNIFF): cp -fpR $(PKG_INSTALL_DIR)/usr/lib/* $(IDIR_DSNIFF)/usr/lib $(RSTRIP) $(IDIR_DSNIFF) $(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR) + +mostlyclean: + make -C $(PKG_BUILD_DIR) clean + rm $(PKG_BUILD_DIR)/.built |
