diff options
author | 2009-06-24 23:32:18 +0000 | |
---|---|---|
committer | 2009-06-24 23:32:18 +0000 | |
commit | 6f9dd74a16a72f4adbddd2677257cb23c247daee (patch) | |
tree | f5ea06487592f4b1d1c544273f9f8a0b4a4b06e8 | |
parent | Now that a UTF-8-capable puts function exists, use it for printing strings in (diff) | |
download | wireguard-openbsd-6f9dd74a16a72f4adbddd2677257cb23c247daee.tar.xz wireguard-openbsd-6f9dd74a16a72f4adbddd2677257cb23c247daee.zip |
Remove some cruft from the 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> |