mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +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$
|
# $OpenBSD$
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/..
|
|
||||||
|
|
||||||
PROG= tmux
|
PROG= tmux
|
||||||
SRCS= arg.c attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
|
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 \
|
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
|
LDADD= -lutil -lncurses
|
||||||
DPADD= ${LIBUTIL}
|
DPADD= ${LIBUTIL}
|
||||||
|
|
||||||
MAN= tmux.1
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user