1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

add Id tag

SVN-Revision: 2749
This commit is contained in:
Nicolas Thill 2005-12-21 13:35:15 +00:00
parent 7f03e6c252
commit 65e9d0b216
8 changed files with 17 additions and 1 deletions

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=deco

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=elhttp

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=iperf

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=psybnc

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=rrs

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=scdp

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=slurm

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=snort-wireless
@ -149,5 +151,5 @@ $(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
install
touch $(PKG_BUILD_DIR)/.installed
touch $@