#
# @(#)Makefile	1.4 99/04/21 13:35:43
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

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

JAVA= \
        LaunchConstants.java \
	LaunchServerObject.java \
	VolumeID.java

here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)

.KEEP_STATE:

