head	1.3;
access;
symbols
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.01.05.16.52.24;	author krion;	state dead;
branches;
next	1.2;

1.2
date	2002.06.03.18.22.49;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	96.12.28.00.52.48;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to version 1.09

PR:		60933
Submitted by:	Ports Fury
@
text
@--- Makefile.orig	Mon Jun  3 20:00:53 2002
+++ Makefile	Mon Jun  3 20:01:02 2002
@@@@ -3,7 +3,7 @@@@
 # Must be changed in the spec file as well.
 V=1.07
 
-CFLAGS = -g
+#CFLAGS = -g
 
 CSRCS = asm.c cell.c charset.c driver.c io.c main.c parse.c run.c symbol.c
 HSRCS = asm.h cell.h charset.h driver.h io.h mix.h parse.h run.h symbol.h
@


1.2
log
@upgrade to 1.07

PR:		38868
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@@


1.1
log
@Let CFLAGS come from /etc/make.conf

Caught by:	Satoshi
@
text
@d1 5
a5 4
--- Makefile.orig	Fri Dec 27 16:48:44 1996
+++ Makefile	Fri Dec 27 16:49:36 1996
@@@@ -1,6 +1,6 @@@@
 # UNIX makefile for the MIX interpreter
@

