Remove some cruft from the Makefile.

pull/1/head
Nicholas Marriott 2009-06-24 23:32:18 +00:00
parent 23326e40cf
commit 74d0851ac5
1 changed files with 0 additions and 4 deletions

View File

@ -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 <bsd.prog.mk>