head     38.1;
branch   ;
access   ;
symbols  V40_1:38.1 V39_3:38.1 V39_2:38.1 V39_1:38.1;
locks    ; strict;
comment  @# @;


38.1
date     91.06.24.19.02.00;  author mks;  state Exp;
branches ;
next     ;


desc
@Initial V38 source tree checkin
@



38.1
log
@Changed to V38 source tree - Trimmed Log
@
text
@##
## This module is built on Amigas.  Make sure that nothing corrupts them
## During a build.
##

all:
	@@echo "Module previously built on an Amiga."

depend:
	@@echo "No dependencies to be made for this module."

clean:
	@@echo "Cleaning of this Amiga based module is not allowed."

resetrev:
	@@echo "Can not perform a resetrev upon this Amiga based module."
@
