From 74d0851ac5975a0dbaceb274056e518ca3e0b905 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 24 Jun 2009 23:32:18 +0000 Subject: [PATCH] Remove some cruft from the Makefile. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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