#
# @(#)Makefile	1.1 98/10/28 15:56:15
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

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

JAVA=	ProgressMonitorPanel.java

here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)

.KEEP_STATE:

