head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	96.04.08.19.54.46;	author ghudson;	state Exp;
branches;
next	;


desc
@Dynodump 1.1.1
@


1.1
log
@Initial revision
@
text
@.KEEP_STATE:	

INCLUDES = -I.. -I.
gccFLAGS = -fPIC
ccFLAGS = -KPIC

CFLAGS = $($(CC)FLAGS) $(INCLUDES)

_relocate.o: _relocate.c machdep.h

clean:
	rm -f *.o
@
