head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	wkj_1_0:1.1.1.1
	WKJ:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.04.19.08.25.09;	author vs;	state dead;
branches;
next	1.2;

1.2
date	2003.10.19.08.14.20;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.27.03.55.27;	author wes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.06.27.03.55.27;	author wes;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Use MAKE_ARGS instead of Makefile-patch
@
text
@--- Makefile.orig	Thu Jun 15 06:40:52 2000
+++ Makefile	Sun Oct 19 01:13:32 2003
@@@@ -1,14 +1,11 @@@@
 # Makefile for 9e
 
-CC = gcc 
+CC ?= cc
 
-CFLAGS = -g3 -ggdb
+CFLAGS ?= -O -pipe
 
 .PHONY: all clean distclean
 
-LIBS = -lefence
-
-HDRS = 9a.h
 SRCS = 9e.c
 OBJS = 9e.o
 
@@@@ -17,7 +14,7 @@@@
 all: $(BINARIES)
 
 9e: $(OBJS)
-	$(CC) -o 9e 9e.o $(LIBS)
+	$(CC) -o 9e 9e.o
 
 clean:
 	rm -f *.o *~ a.out
@@@@ -26,4 +23,4 @@@@
 distclean: clean
 	rm -f ${BINARIES}
 
-# EOF
\ No newline at end of file
+# EOF
@


1.2
log
@Respect CC and CFLAGS
@
text
@@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- Makefile.orig	Thu Jun 22 18:59:41 2000
+++ Makefile	Thu Jun 22 19:04:02 2000
@@@@ -1,14 +1,9 @@@@
d7 2
a8 1
-
d10 1
a10 1
+CFLAGS = -O
d20 1
a20 1
@@@@ -17,7 +12,7 @@@@
d29 7
@


1.1.1.1
log
@9e - a simple Plan9 distribution unpacker

PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@@mindspring.com>
@
text
@@
