##
## 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."
