From ab7d9be17cd75772c015b8eab885e176f271691e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 11 Jul 2006 16:19:17 +0000 Subject: Patch from Tito to remove pwd_to_spwd (which we don't actually need), with some #ifdef removal from me. --- libbb/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'libbb/Makefile.in') diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 0324ec041..cae7f99ed 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -38,7 +38,6 @@ LIBBB-y:= \ bb_do_delay.c # conditionally compiled objects: -LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c LIBBB-$(CONFIG_LOSETUP)+= loop.c LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c -- cgit v1.2.3