diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
commit | d4788043a63ef9283977820ebeb919278611e7b7 (patch) | |
tree | 5f7611ba1ce09680731e60f67c8da3676b89757f /security | |
parent | 05eb22af038d154adc5b143ee7b9f20c4906ac12 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/autossh/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/autossh/files/patch-Makefile b/security/autossh/files/patch-Makefile new file mode 100644 index 000000000000..e4a8ffeb22d3 --- /dev/null +++ b/security/autossh/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.bsd.bak Wed Oct 22 16:48:40 2003 ++++ Makefile.bsd Wed Oct 22 16:49:17 2003 +@@ -9,7 +9,9 @@ + SSH= /usr/bin/ssh + PREFIX?= /usr/local + +-CFLAGS= -Wall -pedantic -D"SSH_PATH=\"$(SSH)\""\ ++CC?= cc ++CFLAGS?= -O -pipe ++CFLAGS+= -D"SSH_PATH=\"$(SSH)\""\ + -D"VER=\"$(VER)\"" + OFILES= autossh.o + LIBS= |