diff options
author | Chris Rees <utisoft@gmail.com> | 2011-01-24 17:10:02 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-24 17:10:02 +0100 |
commit | 6b1ce455986ae547b9a0e1e238b90ba2a928599b (patch) | |
tree | c6e56aee0ae793045d3347604e99c6ab146784c0 | |
parent | e22af94afb904b8f727b4eaff329e15783ec1cc7 (diff) | |
download | busybox-w32-6b1ce455986ae547b9a0e1e238b90ba2a928599b.tar.gz busybox-w32-6b1ce455986ae547b9a0e1e238b90ba2a928599b.tar.bz2 busybox-w32-6b1ce455986ae547b9a0e1e238b90ba2a928599b.zip |
FreeBSD compat for match_fstype
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Kbuild.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 0fa145159..a22e70892 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -59,7 +59,6 @@ lib-y += llist.o | |||
59 | lib-y += login.o | 59 | lib-y += login.o |
60 | lib-y += make_directory.o | 60 | lib-y += make_directory.o |
61 | lib-y += makedev.o | 61 | lib-y += makedev.o |
62 | lib-y += match_fstype.o | ||
63 | lib-y += hash_md5_sha.o | 62 | lib-y += hash_md5_sha.o |
64 | # Alternative (disabled) MD5 implementation | 63 | # Alternative (disabled) MD5 implementation |
65 | #lib-y += hash_md5prime.o | 64 | #lib-y += hash_md5prime.o |
@@ -120,6 +119,8 @@ lib-y += xgethostbyname.o | |||
120 | lib-y += xreadlink.o | 119 | lib-y += xreadlink.o |
121 | lib-y += xrealloc_vector.o | 120 | lib-y += xrealloc_vector.o |
122 | 121 | ||
122 | lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o | ||
123 | |||
123 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | 124 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o |
124 | 125 | ||
125 | # A mix of optimizations (why build stuff we know won't be used) | 126 | # A mix of optimizations (why build stuff we know won't be used) |