make: Fix build of util.struct on *BSD

This commit is contained in:
Kim Alvefur 2022-03-04 17:46:33 +01:00
parent 8eadf174b4
commit ffb37f3ef3

View file

@ -6,7 +6,8 @@ INSTALL_DATA=install -m644
TARGET?=../util/
ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
ringbuffer.so time.so poll.so compat.so strbitop.so
ringbuffer.so time.so poll.so compat.so strbitop.so \
struct.so
.ifdef $(RANDOM)
ALL+=crand.so