From da929a95aace0e79fbc621af2ab03c76d74d5fcb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Jun 2010 20:10:51 +0200 Subject: mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src Signed-off-by: Denys Vlasenko --- libpwdgrp/Kbuild | 9 --------- libpwdgrp/Kbuild.src | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 libpwdgrp/Kbuild create mode 100644 libpwdgrp/Kbuild.src (limited to 'libpwdgrp') diff --git a/libpwdgrp/Kbuild b/libpwdgrp/Kbuild deleted file mode 100644 index f9f1ddbf3..000000000 --- a/libpwdgrp/Kbuild +++ /dev/null @@ -1,9 +0,0 @@ -# Makefile for busybox -# -# Copyright (C) 1999-2005 by Erik Andersen -# -# Licensed under the GPL v2, see the file LICENSE in this tarball. - -lib-y := uidgid_get.o - -lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o diff --git a/libpwdgrp/Kbuild.src b/libpwdgrp/Kbuild.src new file mode 100644 index 000000000..f9f1ddbf3 --- /dev/null +++ b/libpwdgrp/Kbuild.src @@ -0,0 +1,9 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y := uidgid_get.o + +lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o -- cgit v1.2.3