aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-10-27 22:50:04 +0000
committerRob Landley <rob@landley.net>2005-10-27 22:50:04 +0000
commit2454ebd85ddbbdc0971e9b848032f66e23245ebe (patch)
treefabb6e3ee613a6dd80842508d4cb449813f87d5a /libbb
parentf3d6c94c7f1f88e51a0419cdfc655eeac8856744 (diff)
downloadbusybox-2454ebd85ddbbdc0971e9b848032f66e23245ebe.tar.gz
Somebody suggested this, but I've forgotten who.
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index fb4910018..37c25f96c 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -18,7 +18,7 @@ LIBBB_SRC-y:= \
find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \
full_write.c get_last_path_component.c get_line_from_file.c \
hash_fd.c herror_msg.c herror_msg_and_die.c \
- human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \
+ human_readable.c inet_common.c inode_hash.c isdirectory.c \
kernel_version.c last_char_is.c login.c loop.c \
make_directory.c mode_string.c mtab.c mtab_file.c \
obscure.c parse_mode.c parse_number.c perror_msg.c \
@@ -37,6 +37,7 @@ LIBBB_SRC-y:= \
bb_echo.c
LIBBB_SRC-$(CONFIG_FEATURE_SHADOWPASSWDS)+= pwd2spwd.c
+LIBBB_SRC-$(CONFIG_IFCONFIG)+=interface.c
LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC-y))