diff options
author | Rob Landley <rob@landley.net> | 2006-07-11 16:19:17 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-11 16:19:17 +0000 |
commit | ab7d9be17cd75772c015b8eab885e176f271691e (patch) | |
tree | 6afc009d439dc7174f008ccd531f2452e26a833c /libbb/Makefile.in | |
parent | 2819f757ca093249f37a518371ad8d2b608191bb (diff) |
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
some #ifdef removal from me.
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |