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>2009-04-15 06:13:14 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-15 06:13:14 +0400
commit5dcb43a5d1ea07e6b58770741882a4b0b82bb29d (patch)
treef4761154df147d56a3c0c9e718332a62599f8983 /libbb/Kbuild
parent32a3d084d32dfc827ffa736959f4fe9834ef528c (diff)
website: announce 1.14.0 and 1.13.41_14_0
Makefile: bump version to 1.14.0
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 57d5d21cf..8fddabdba 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -122,6 +122,7 @@ lib-$(CONFIG_LOSETUP) += loop.o
lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
lib-$(CONFIG_ADDGROUP) += update_passwd.o
lib-$(CONFIG_ADDUSER) += update_passwd.o
+lib-$(CONFIG_DELGROUP) += update_passwd.o
lib-$(CONFIG_DELUSER) += update_passwd.o
lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o
lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o