we don't use the libutil anymore !
[apps/madtty.git] / demo / Makefile
index eb7c01a..0783b00 100644 (file)
@@ -4,7 +4,7 @@ include $(DEPTH)/am/header.mk
 bin_PROGRAMS = boxshell
 
 boxshell_SOURCES = boxshell.c
-boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses -lutil
+boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses
 boxshell_CPPFLAGS = -Wno-error
 
 include $(DEPTH)/am/footer.mk