#
# @(#)Makefile	1.4 99/10/30 11:07:31
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

include $(SRC)/Makefile.master
include $(WIZSRC)/Makefile.cmd

JAVA=   InitTask.java \
	ErrorMonitorThread.java \
	LaunchInstallTask.java \
	MountCDTask.java \
	WaitForProcessTask.java 

here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)

.KEEP_STATE:

