From 0dc8b7d5d8a3607de11732f660aa64aaf2844d11 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 23 May 2019 21:36:42 +0000 Subject: [PATCH] unbreak build, okay nicm@ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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}