summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-01-08 00:48:54 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-01-08 00:48:54 +0000
commit703160b5d6b64e45a684894260693c60b5524d51 (patch)
treec0b268e884da23938b84209499945432f542f6f7 /Makefile
parent64f02dab7cab4848a00da4aca39dd307b1ce792c (diff)
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c48ccdb..c103d766 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
-LDADD= -lutil -lcurses -levent
-DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
+LDADD= -lutil -lcurses -levent -lm
+DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM}
.include <bsd.prog.mk>