diff options
author | "Vladimir N. Oleynik" | 2005-10-12 15:21:32 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-10-12 15:21:32 +0000 |
commit | 86a1073e0bfa608defbfaa43d94a537c5e700efe (patch) | |
tree | 5ddadc40c59ab1c9243329c2e914e67b4dadd7a5 /libbb/Makefile.in | |
parent | 3ade65fc0451e898f3750a581c9a12abfe04b57e (diff) | |
download | busybox-86a1073e0bfa608defbfaa43d94a537c5e700efe.zip busybox-86a1073e0bfa608defbfaa43d94a537c5e700efe.tar.gz |
bb_dev_null
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 36b2ad2..69f8779 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -47,7 +47,7 @@ LIBBB_MOBJ0:=full_version.o \ can_not_create_raw_socket.o perm_denied_are_you_root.o \ shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \ securetty_file.o motd_file.o \ - msg_standard_input.o msg_standard_output.o shell_file.o + msg_standard_input.o msg_standard_output.o shell_file.o bb_dev_null.o LIBBB_MSRC1:=$(srcdir)/xfuncs.c LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ |