summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-08-25 10:52:23 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-08-25 10:52:23 +0000
commit4697b35d4f84efb5ecd618d62cfa915535fd8020 (patch)
treee2dbaa4222d1cf708c5052c0c54cea9634fe8832 /Makefile
parent0588168a64d9da2eb618b1e87e9774e33828e8c1 (diff)
-lm is no longer needed, from Tiago Cunha.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4aea4841..817d8009 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 -lm
-DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM}
+LDADD= -lutil -lcurses -levent
+DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
.include <bsd.prog.mk>