Module Name: src Committed By: christos Date: Thu Jul 24 15:11:10 UTC 2014
Modified Files: src/external/bsd/tmux/usr.bin/tmux: Makefile Log Message: remove ssp commented out lines, they don't see to be needed anymore. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/bsd/tmux/usr.bin/tmux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/tmux/usr.bin/tmux/Makefile diff -u src/external/bsd/tmux/usr.bin/tmux/Makefile:1.11 src/external/bsd/tmux/usr.bin/tmux/Makefile:1.12 --- src/external/bsd/tmux/usr.bin/tmux/Makefile:1.11 Thu Jul 24 11:09:25 2014 +++ src/external/bsd/tmux/usr.bin/tmux/Makefile Thu Jul 24 11:11:09 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/07/24 15:09:25 christos Exp $ +# $NetBSD: Makefile,v 1.12 2014/07/24 15:11:09 christos Exp $ .include <bsd.own.mk> @@ -11,10 +11,6 @@ PROG= tmux MAN= tmux.1 WARNS?= 4 -#COPTS.cmd-server-info.c+= -Wno-stack-protector -#COPTS.imsg-buffer.c+= -Wno-stack-protector -#COPTS.imsg.c+= -Wno-stack-protector -#COPTS.screen.c+= -Wno-stack-protector SRCS= arguments.c SRCS+= attributes.c