head     38.1;
branch   ;
access   ;
symbols  V38_9:38.1 V38_8:38.1;
locks    ; strict;
comment  @# @;


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


desc
@Makefile in V38 tree of LoadWB
@



38.1
log
@Sun Makefile for a native build
@
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."
@
