summaryrefslogtreecommitdiff
path: root/openwrt/package/arpwatch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-12 19:54:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-12 19:54:17 +0000
commitf83ff5a9deae5d6688af201de4c09eb0c0f81686 (patch)
tree2d5913a0ba1d29a7d1e3dbf1c68e80386d226b5b /openwrt/package/arpwatch
parenta2e7f7d1ec9cea14ecd2535b2ed305afedcbca53 (diff)
oops... forgot to create build stamp file for some of the packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@854 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/arpwatch')
-rw-r--r--openwrt/package/arpwatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile
index 8a267692a0..58f8e48da0 100644
--- a/openwrt/package/arpwatch/Makefile
+++ b/openwrt/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