#
# Copyright 2000 by Sun Microsystems, Inc.
# All rights reserved

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

JAVA= \
	NoStopProgressPanel.java


here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)

.KEEP_STATE:

