head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2008.08.03.03.18.25;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.07.01.25.00;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.31.23.43.53;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2000.02.19.03.27.42;	author ache;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Update to 3.0
@
text
@--- unix/Makefile.orig	2008-05-07 02:33:56.000000000 +0400
+++ unix/Makefile	2008-08-03 06:36:20.000000000 +0400
@@@@ -22,7 +22,6 @@@@
 LN = ln -s
 
 # (to use the GNU compiler, change cc to gcc in CC)
-CC = cc
 BIND = $(CC)
 AS = $(CC) -c
 CPP = /lib/cpp
@@@@ -57,8 +56,7 @@@@
 #   CFLAGS    flags for C compile
 #   LFLAGS1   flags after output file spec, before obj file list
 #   LFLAGS2   flags after obj file list (libraries, etc)
-CFLAGS_NOOPT = -I. -DUNIX $(LOCAL_ZIP)
-CFLAGS = -O2 $(CFLAGS_NOOPT)
+CFLAGS_NOOPT = $(CFLAGS) -I. -DUNIX $(LOCAL_ZIP)
 LFLAGS1 =
 LFLAGS2 = -s
 
@


1.4
log
@Upgrade to 2.32
@
text
@d1 3
a3 3
--- unix/Makefile.orig	Sun Apr 23 03:52:18 2006
+++ unix/Makefile	Fri Jul  7 05:15:13 2006
@@@@ -17,7 +17,6 @@@@
d6 1
a6 1
 # (to use the Gnu compiler, change cc to gcc in CC)
d11 1
a11 1
@@@@ -46,8 +45,7 @@@@
@


1.3
log
@Fix typo in pkg-comment: compatabile -> compatible.
Remove last blank line from files/patch-ab, to make portlint happy.
@
text
@d1 3
a3 3
--- unix/Makefile.orig	Mon Nov 29 14:22:42 1999
+++ unix/Makefile	Tue Feb 15 21:41:55 2000
@@@@ -17,7 +17,7 @@@@
a7 1
+CC ?= cc
d10 2
a11 2
 E =
@@@@ -45,7 +45,7 @@@@
d15 3
a17 2
-CFLAGS = -O2 -I. -DUNIX $(LOCAL_ZIP)
+CFLAGS += -I. -DUNIX $(LOCAL_ZIP)
d20 1
@


1.2
log
@upgrade to 2.3

PR:		16730
Submitted by:	"KATO Tsuguru" <tkato@@prontomail.ne.jp>
@
text
@a19 1
 
@


1.1
log
@Respect CC
@
text
@d1 3
a3 3
--- unix/Makefile.orig	Fri Oct 24 11:38:04 1997
+++ unix/Makefile	Sat Jan 22 16:56:34 2000
@@@@ -16,7 +16,7 @@@@
d12 9
@

