aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 22:03:02 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 22:03:02 +0000
commit4a64c3344329efb658dd1bcb4dae112cb727c415 (patch)
tree229d6738380925dbc384f5b8e6dbfa2ef14abc8f
parentcb04ff5c68c1363837d8cd9f2170bdf64625b872 (diff)
downloadbusybox-w32-4a64c3344329efb658dd1bcb4dae112cb727c415.tar.gz
busybox-w32-4a64c3344329efb658dd1bcb4dae112cb727c415.tar.bz2
busybox-w32-4a64c3344329efb658dd1bcb4dae112cb727c415.zip
about.html: update maintainer name
libbb/Kbuild: less needs xregcomp.o
-rw-r--r--docs/busybox.net/about.html3
-rw-r--r--libbb/Kbuild1
2 files changed, 3 insertions, 1 deletions
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
16your embedded systems. To create a working system, just add some device 16your embedded systems. To create a working system, just add some device
17nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p> 17nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
18 18
19<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>, 19<p>BusyBox is maintained by
20<a href="mailto:vda.linux@googlemail.com">Denis Vlasenko</a>,
20and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a> 21and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
21version 2 or later.</p> 22version 2 or later.</p>
22 23
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
115lib-$(CONFIG_SED) += xregcomp.o 115lib-$(CONFIG_SED) += xregcomp.o
116lib-$(CONFIG_GREP) += xregcomp.o 116lib-$(CONFIG_GREP) += xregcomp.o
117lib-$(CONFIG_MDEV) += xregcomp.o 117lib-$(CONFIG_MDEV) += xregcomp.o
118lib-$(CONFIG_LESS) += xregcomp.o
118lib-$(CONFIG_DEVFSD) += xregcomp.o 119lib-$(CONFIG_DEVFSD) += xregcomp.o