summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r--usr.bin/tmux/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile
index 136c10e6a89..c86035be3c9 100644
--- a/usr.bin/tmux/Makefile
+++ b/usr.bin/tmux/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.97 2019/05/23 11:13:30 nicm Exp $
+# $OpenBSD: Makefile,v 1.98 2019/05/23 21:36:42 espie Exp $
PROG= tmux
SRCS= alerts.c \
@@ -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}