#
# @(#)Makefile	1.8 98/09/18 21:16:46
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

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

JAVA= SysidResources.java \
	SysidNativeBridge.java

SUBDIRS=core panels

here: $(CLASSES)

cleanhere: 
	$(RM) $(CLASSES)

.KEEP_STATE:

