diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 18:17:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 18:17:42 +0000 |
commit | 666da5e2c6edec979966d16771818b32dcfafe04 (patch) | |
tree | c23e6a01fc51d8419c1562f70836148c705ac46a /libbb/Kbuild | |
parent | 270c17c0e66ffe9fe0e47e891a583b5c6f8512ef (diff) |
merge post-1.3.0 fixes
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index c15615302..64e4531ce 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -113,5 +113,6 @@ lib-$(CONFIG_EJECT) += find_mount_point.o lib-$(CONFIG_AWK) += xregcomp.o lib-$(CONFIG_SED) += xregcomp.o -lib-$(CONFIG_LESS) += xregcomp.o +lib-$(CONFIG_GREP) += xregcomp.o +lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o |