FreeBSD compat for match_fstype
Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
e22af94afb
commit
6b1ce45598
@ -59,7 +59,6 @@ lib-y += llist.o
|
|||||||
lib-y += login.o
|
lib-y += login.o
|
||||||
lib-y += make_directory.o
|
lib-y += make_directory.o
|
||||||
lib-y += makedev.o
|
lib-y += makedev.o
|
||||||
lib-y += match_fstype.o
|
|
||||||
lib-y += hash_md5_sha.o
|
lib-y += hash_md5_sha.o
|
||||||
# Alternative (disabled) MD5 implementation
|
# Alternative (disabled) MD5 implementation
|
||||||
#lib-y += hash_md5prime.o
|
#lib-y += hash_md5prime.o
|
||||||
@ -120,6 +119,8 @@ lib-y += xgethostbyname.o
|
|||||||
lib-y += xreadlink.o
|
lib-y += xreadlink.o
|
||||||
lib-y += xrealloc_vector.o
|
lib-y += xrealloc_vector.o
|
||||||
|
|
||||||
|
lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
|
||||||
|
|
||||||
lib-$(CONFIG_FEATURE_UTMP) += utmp.o
|
lib-$(CONFIG_FEATURE_UTMP) += utmp.o
|
||||||
|
|
||||||
# A mix of optimizations (why build stuff we know won't be used)
|
# A mix of optimizations (why build stuff we know won't be used)
|
||||||
|
Loading…
Reference in New Issue
Block a user