shithub: mc

Download patch

ref: d5fe5b7cc7d8a629a190c1834f76b91a6bdb7e0e
parent: 2e1ba4c068a5a5a19fd138d6de8c34561b02d5c9
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Feb 22 16:17:09 EST 2016

Add missing makefile.

--- /dev/null
+++ b/util/Makefile
@@ -1,0 +1,9 @@
+LIB=libutil.a
+OBJ= \
+	alloc.o \
+	htab.o \
+	pack.o \
+	util.o \
+
+include ../mk/lexyacc.mk
+include ../mk/c.mk