From 4a64c3344329efb658dd1bcb4dae112cb727c415 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Sat, 30 Dec 2006 22:03:02 +0000
Subject: about.html: update maintainer name libbb/Kbuild: less needs
 xregcomp.o

---
 docs/busybox.net/about.html | 3 ++-
 libbb/Kbuild                | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/busybox.net/about.html b/docs/busybox.net/about.html
index 5272ee63c..e3b937b80 100644
--- a/docs/busybox.net/about.html
+++ b/docs/busybox.net/about.html
@@ -16,7 +16,8 @@ commands (or features) at compile time. This makes it easy to customize
 your embedded systems. To create a working system, just add some device
 nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
 
-<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>,
+<p>BusyBox is maintained by
+<a href="mailto:vda.linux@googlemail.com">Denis Vlasenko</a>,
 and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
 version 2 or later.</p>
 
diff --git a/libbb/Kbuild b/libbb/Kbuild
index c80d1be51..a6d695340 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -115,4 +115,5 @@ lib-$(CONFIG_AWK) += xregcomp.o
 lib-$(CONFIG_SED) += xregcomp.o
 lib-$(CONFIG_GREP) += xregcomp.o
 lib-$(CONFIG_MDEV) += xregcomp.o
+lib-$(CONFIG_LESS) += xregcomp.o
 lib-$(CONFIG_DEVFSD) += xregcomp.o
-- 
cgit v1.2.3-55-g6feb