#
# @(#)Makefile	1.14 98/10/05 10:21:48
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

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

JAVA=	EncryptString.java \
	RunCmd.java \
	SysIDServerObject.java \
	PanelServices.java

here: $(CLASSES)

cleanhere:
	$(RM) $(CLASSES)

.KEEP_STATE:

