head	1.2;
access;
symbols
	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;
locks; strict;
comment	@# @;


1.2
date	2002.07.07.17.18.06;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2001.04.08.18.00.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove bitbox
according to bento's log, it's unfetchable for 1 year
@
text
@--- makefile.orig	Mon Apr  9 01:41:48 2001
+++ makefile	Mon Apr  2 02:26:37 2001
@@@@ -1,8 +1,8 @@@@
 bitbox: bitbox.o
-	gcc bitbox.o -o bitbox -lz
+	${CC} ${CFLAGS} bitbox.o -o bitbox -lz -L${LOCALBASE}/lib -lgnugetopt
 
 bitbox.o: bitbox.c bitbox.h
-	gcc -Wall -c bitbox.c -o bitbox.o
+	${CC} ${CFLAGS} -I${LOCALBASE}/include -c bitbox.c -o bitbox.o
 
 
 
@


1.1
log
@add bitbox
BitBox is a GPL'd file splitter/joiner utility
@
text
@@

