aboutsummaryrefslogtreecommitdiffstats
path: root/package/arpwatch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-12 19:54:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-12 19:54:17 +0000
commita4d4dfc622ee898e3d1a3402e795f99668028881 (patch)
treeda31eb2053c3458b8f3381e0f7aeaececdfb813a /package/arpwatch
parentd475aa77a60420b57f4b8d1c205ec71a02e8efc3 (diff)
downloadmaster-187ad058-a4d4dfc622ee898e3d1a3402e795f99668028881.tar.gz
master-187ad058-a4d4dfc622ee898e3d1a3402e795f99668028881.tar.bz2
master-187ad058-a4d4dfc622ee898e3d1a3402e795f99668028881.zip
oops... forgot to create build stamp file for some of the packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@854 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8a267692a0..58f8e48da0 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