Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 01:03:02 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-31 01:03:02 +0300
commit4a64c3344329efb658dd1bcb4dae112cb727c415 (patch)
tree229d6738380925dbc384f5b8e6dbfa2ef14abc8f /libbb/Kbuild
parentcb04ff5c68c1363837d8cd9f2170bdf64625b872 (diff)
about.html: update maintainer name
libbb/Kbuild: less needs xregcomp.o
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild1
1 files changed, 1 insertions, 0 deletions
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