util-src/makefile: Add util.time to BSD makefile

This commit is contained in:
Kim Alvefur 2018-08-11 17:33:11 +02:00
parent 592ccd8233
commit 49232398ed

View file

@ -5,7 +5,7 @@ CFLAGS+=-I$(LUA_INCDIR)
INSTALL_DATA=install -m644
TARGET?=../util/
ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so
ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so
.ifdef $(RANDOM)
ALL+=crand.so