aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-17 09:59:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-17 09:59:01 +0000
commit16e74b74648a8f013065fcc4356164c78d7f22d5 (patch)
treec48675b151c6d2df51d478472592c9a7561152f4 /libbb
parentaff3a306b8be40464154991efc681d17154f49d8 (diff)
downloadbusybox-16e74b74648a8f013065fcc4356164c78d7f22d5.tar.gz
another fix for build failure found by randomconfig
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index 87cc698d5..6791299f2 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -126,5 +126,6 @@ lib-$(CONFIG_EXPR) += xregcomp.o
lib-$(CONFIG_MDEV) += xregcomp.o
lib-$(CONFIG_LESS) += xregcomp.o
lib-$(CONFIG_PGREP) += xregcomp.o
+lib-$(CONFIG_PKILL) += xregcomp.o
lib-$(CONFIG_DEVFSD) += xregcomp.o
lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o