mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Remove some cruft from the Makefile.
This commit is contained in:
parent
23326e40cf
commit
74d0851ac5
4
Makefile
4
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 <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user