From f137e42da7039f382b8edf277560b7c325d2dcfe Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Mon, 11 Jul 2005 19:07:28 +0000
Subject: [PATCH] Add Id tag

SVN-Revision: 1408
---
 openwrt/package/bwm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openwrt/package/bwm/Makefile b/openwrt/package/bwm/Makefile
index 1d615ec12f..6acdd0be6e 100644
--- a/openwrt/package/bwm/Makefile
+++ b/openwrt/package/bwm/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bwm
@@ -26,4 +28,3 @@ $(IPKG_BWM):
 	install -m 755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_BWM)/usr/bin/
 	$(STRIP) $(IDIR_BWM)/usr/bin/*
 	$(IPKG_BUILD) $(IDIR_BWM) $(PACKAGE_DIR)
-
-- 
2.30.2