# HG changeset patch # User Kim Alvefur # Date 1534001591 -7200 # Node ID 2aaa9f3bb950c5ebd55da9da0e2d42a84e193be0 # Parent 35807f02bdc797288e33a096cedd47cf01b4a8f3 util-src/makefile: Add util.time to BSD makefile diff -r 35807f02bdc7 -r 2aaa9f3bb950 util-src/makefile --- a/util-src/makefile Sat Aug 11 16:55:07 2018 +0200 +++ b/util-src/makefile Sat Aug 11 17:33:11 2018 +0200 @@ -5,7 +5,7 @@ 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