From 49232398ed75829e44b42f4b86466b1ab18b21e7 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 11 Aug 2018 17:33:11 +0200 Subject: util-src/makefile: Add util.time to BSD makefile --- util-src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-src') diff --git a/util-src/makefile b/util-src/makefile index 43ce2213..4db95abe 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -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 -- cgit v1.2.3