summaryrefslogtreecommitdiffstats
path: root/rules/hping.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/hping.make')
-rw-r--r--rules/hping.make32
1 files changed, 5 insertions, 27 deletions
diff --git a/rules/hping.make b/rules/hping.make
index 48fd201a8..c7341d73d 100644
--- a/rules/hping.make
+++ b/rules/hping.make
@@ -37,39 +37,17 @@ $(HPING_SOURCE):
# ----------------------------------------------------------------------------
HPING_PATH := PATH=$(CROSS_PATH)
-HPING_ENV := $(CROSS_ENV)
+HPING_ENV := \
+ $(CROSS_ENV) \
+ MANPATH=/usr/man
+
+HPING_MAKEVARS := $(CROSS_ENV)
#
# autoconf
#
HPING_AUTOCONF := --no-tcl
-$(STATEDIR)/hping.prepare:
- @$(call targetinfo)
- @$(call clean, $(HPING_DIR)/config.cache)
- cd $(HPING_DIR) && \
- $(HPING_PATH) $(HPING_ENV) MANPATH=/usr/man \
- ./configure $(HPING_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/hping.compile:
- @$(call targetinfo)
- cd $(HPING_DIR) && $(HPING_PATH) $(MAKE) $(HPING_ENV) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/hping.install:
- @$(call targetinfo)
- @$(call install, HPING)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------