summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie>2019-05-23 21:36:42 +0000
committerespie <espie>2019-05-23 21:36:42 +0000
commit0dc8b7d5d8a3607de11732f660aa64aaf2844d11 (patch)
tree96a22774659cfe33d292af47e958a8400d065525
parentf3e01ecc42e34a914ee390658625e920d321734a (diff)
unbreak build, okay nicm@
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b15da7be..07d0b450 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,8 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
+CFLAGS += -I${.CURDIR}
+
LDADD= -lutil -lcurses -levent
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}