ebeb31b
--- net-tools-1.60/netplug-1.2.9/Makefile.kill_bitkeeper	2005-01-10 11:36:32.000000000 +0100
ebeb31b
+++ net-tools-1.60/netplug-1.2.9/Makefile	2005-01-10 11:38:01.796744224 +0100
3e6663a
@@ -24,10 +24,12 @@
3e6663a
 	install $(install_opts) -m 755 scripts/rc.netplugd $(initdir)/netplugd
3e6663a
 	install -C $(install_opts) -m 444 man/man8/netplugd.8 $(mandir)/man8
3e6663a
 
3e6663a
-bk_root := $(shell bk root)
3e6663a
+#bk_root := $(shell bk root)
3e6663a
+bk_root := $(shell)
3e6663a
 tar_root := netplug-$(version)
3e6663a
 tar_file := $(bk_root)/$(tar_root).tar.bz2
3e6663a
-files := $(shell bk sfiles -Ug)
3e6663a
+#files := $(shell bk sfiles -Ug)
3e6663a
+file := $(shell)
3e6663a
 
3e6663a
 tarball: $(tar_file)
3e6663a