mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
make this a little bit less messy
This commit is contained in:
parent
f1d3ac429e
commit
976a55e168
@ -25,29 +25,27 @@ endif
|
||||
|
||||
LIBBB_SRC:= \
|
||||
bb_asprintf.c ask_confirmation.c change_identity.c chomp.c \
|
||||
compare_string_array.c concat_path_file.c copy_file.c \
|
||||
copyfd.c correct_password.c create_icmp_socket.c \
|
||||
create_icmp6_socket.c device_open.c dump.c error_msg.c \
|
||||
error_msg_and_die.c find_mount_point.c find_pid_by_name.c \
|
||||
find_root_device.c fgets_str.c full_read.c full_write.c get_console.c \
|
||||
get_last_path_component.c get_line_from_file.c get_ug_id.c \
|
||||
compare_string_array.c concat_path_file.c copy_file.c copyfd.c \
|
||||
correct_password.c create_icmp_socket.c create_icmp6_socket.c \
|
||||
device_open.c dump.c error_msg.c error_msg_and_die.c find_mount_point.c \
|
||||
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 get_ug_id.c \
|
||||
get_terminal_width_height.c herror_msg.c herror_msg_and_die.c \
|
||||
human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \
|
||||
kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \
|
||||
make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \
|
||||
my_getgrgid.c my_getgrnam.c my_getpwnam.c my_getpwnamegid.c \
|
||||
my_getpwuid.c obscure.c parse_mode.c parse_number.c \
|
||||
perror_msg.c perror_msg_and_die.c print_file.c \
|
||||
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \
|
||||
qmodule.c read_package_field.c recursive_action.c remove_file.c \
|
||||
my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \
|
||||
perror_msg_and_die.c print_file.c get_console.c \
|
||||
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \
|
||||
read_package_field.c recursive_action.c remove_file.c \
|
||||
restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \
|
||||
safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \
|
||||
syslog_msg_with_name.c trim.c u_signal_names.c vdprintf.c verror_msg.c \
|
||||
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
|
||||
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \
|
||||
\
|
||||
fclose_nonstdin.c fflush_stdout_and_exit.c getopt_ulflags.c \
|
||||
default_error_retval.c wfopen_input.c speed_table.c \
|
||||
get_terminal_width_height.c fclose_nonstdin.c fflush_stdout_and_exit.c \
|
||||
getopt_ulflags.c default_error_retval.c wfopen_input.c speed_table.c \
|
||||
perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c \
|
||||
warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user