diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 19:54:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-12 19:54:17 +0000 |
commit | cf368ad229f036d575746d0d9cf99553a61f4a6c (patch) | |
tree | 2d5913a0ba1d29a7d1e3dbf1c68e80386d226b5b /openwrt/package/arpwatch | |
parent | b6cf3714d5b1bf9fd701637ecb20c152b709a81e (diff) | |
download | mtk-20170518-cf368ad229f036d575746d0d9cf99553a61f4a6c.zip mtk-20170518-cf368ad229f036d575746d0d9cf99553a61f4a6c.tar.gz mtk-20170518-cf368ad229f036d575746d0d9cf99553a61f4a6c.tar.bz2 |
oops... forgot to create build stamp file for some of the packages
SVN-Revision: 854
Diffstat (limited to 'openwrt/package/arpwatch')
-rw-r--r-- | openwrt/package/arpwatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/arpwatch/Makefile b/openwrt/package/arpwatch/Makefile index 8a26769..58f8e48 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 |