head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.07.18.15.16.54;	author leeym;	state dead;
branches;
next	1.1;

1.1
date	2003.10.22.23.50.52;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update to autossh-1.2
@
text
@--- 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=
@


1.1
log
@Respect CC and CFLAGS
@
text
@@

