diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-30 22:03:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-30 22:03:02 +0000 |
commit | 4a64c3344329efb658dd1bcb4dae112cb727c415 (patch) | |
tree | 229d6738380925dbc384f5b8e6dbfa2ef14abc8f /libbb | |
parent | cb04ff5c68c1363837d8cd9f2170bdf64625b872 (diff) |
about.html: update maintainer name
libbb/Kbuild: less needs xregcomp.o
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 1 |
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 |