diff --git a/Makefile b/Makefile index 26571827..ecbca212 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ # $OpenBSD$ -.PATH: ${.CURDIR}/.. - PROG= tmux SRCS= arg.c attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \ client-msg.c client.c clock.c cmd-attach-session.c cmd-bind-key.c \ @@ -43,6 +41,4 @@ CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align LDADD= -lutil -lncurses DPADD= ${LIBUTIL} -MAN= tmux.1 - .include