diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-05-23 21:36:43 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-05-23 21:36:43 +0000 |
commit | bc14622c3bf262edbcc62c4515c337c7ead1988c (patch) | |
tree | 1cff14106e95a0f28a2c40c4f662847c112268b1 /usr.bin/tmux/Makefile | |
parent | 549ea7c1459a800d3ccf4a81ede0521a783b933c (diff) |
unbreak build, okay nicm@
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r-- | usr.bin/tmux/Makefile | 4 |
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} |