diff options
Diffstat (limited to 'usr.bin/tmux/Makefile')
-rw-r--r-- | usr.bin/tmux/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile index 456b83cd4c6..6546719af0e 100644 --- a/usr.bin/tmux/Makefile +++ b/usr.bin/tmux/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/06/24 22:49:56 nicm Exp $ - -.PATH: ${.CURDIR}/.. +# $OpenBSD: Makefile,v 1.3 2009/06/24 23:32:18 nicm Exp $ PROG= tmux SRCS= arg.c attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \ @@ -43,6 +41,4 @@ CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align LDADD= -lutil -lncurses DPADD= ${LIBUTIL} -MAN= tmux.1 - .include <bsd.prog.mk> |