summaryrefslogtreecommitdiffstats
path: root/package/arpwatch
diff options
context:
space:
mode:
Diffstat (limited to 'package/arpwatch')
-rw-r--r--package/arpwatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/arpwatch/Makefile b/package/arpwatch/Makefile
index 8a267692a..58f8e48da 100644
--- a/package/arpwatch/Makefile
+++ b/package/arpwatch/Makefile
@@ -52,7 +52,8 @@ $(PKG_BUILD_DIR)/.built:
ARPDIR=/etc/arpwatch \
CCOPT="$(TARGET_CFLAGS)" \
INCLS="-I. -I$(STAGING_DIR)/usr/include" \
- LIBS="-L$(STAGING_DIR)/usr/lib -lpcap" \
+ LIBS="-L$(STAGING_DIR)/usr/lib -lpcap"
+ touch $@
$(IPKG_ARPWATCH):
mkdir -p $(IDIR_ARPWATCH)/usr/sbin