diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-16 23:00:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-16 23:00:50 +0000 |
commit | aff3a306b8be40464154991efc681d17154f49d8 (patch) | |
tree | b1b8fa26492e2874419f2b158e08d360f65ade81 | |
parent | 557613656317ccf401669dcc6681155bf2930c9f (diff) |
even more fixes from randomconfig runs
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index c6c33bd6b..87cc698d5 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -125,5 +125,6 @@ lib-$(CONFIG_GREP) += xregcomp.o lib-$(CONFIG_EXPR) += xregcomp.o lib-$(CONFIG_MDEV) += xregcomp.o lib-$(CONFIG_LESS) += xregcomp.o +lib-$(CONFIG_PGREP) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o |