diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:52:04 +1000 |
|---|---|---|
| committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:52:04 +1000 |
| commit | b353bdb6c4ccab70247f04d079fd619ca25bd86a (patch) | |
| tree | 0c9cdcefd0311379675cd35b9618499fdb379b95 /libbb | |
| parent | 48e10caa7d284f04e45f03095d667d507529d50f (diff) | |
| parent | 7b7adf5fd030387571782bd6222a62a623556961 (diff) | |
| download | busybox-w32-b353bdb6c4ccab70247f04d079fd619ca25bd86a.tar.gz busybox-w32-b353bdb6c4ccab70247f04d079fd619ca25bd86a.tar.bz2 busybox-w32-b353bdb6c4ccab70247f04d079fd619ca25bd86a.zip | |
Merge branch 'net' (early part)
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index f30fa4818..9ea3d735d 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
| @@ -100,6 +100,7 @@ lib-y += wfopen.o | |||
| 100 | lib-y += wfopen_input.o | 100 | lib-y += wfopen_input.o |
| 101 | lib-y += write.o | 101 | lib-y += write.o |
| 102 | lib-y += xatonum.o | 102 | lib-y += xatonum.o |
| 103 | lib-y += xconnect.o | ||
| 103 | lib-y += xfunc_die.o | 104 | lib-y += xfunc_die.o |
| 104 | lib-y += xfuncs.o | 105 | lib-y += xfuncs.o |
| 105 | lib-y += xfuncs_printf.o | 106 | lib-y += xfuncs_printf.o |
| @@ -118,7 +119,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += read_key.o | |||
| 118 | lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o | 119 | lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o |
| 119 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | 120 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o |
| 120 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | 121 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o |
| 121 | lib-$(CONFIG_PLATFORM_POSIX) += xconnect.o | ||
| 122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | 122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o |
| 123 | 123 | ||
| 124 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | 124 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o |
