#
# @(#)GNUmakefile	1.14 03/04/16
#  
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
# SUN PROPRIETARY/CONFIDENTIAL
# Use is subject to license terms. 
#
#

TOPDIR		= ../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
SUBDIRS 	= java props security lib help etc

include $(MAKEDEFS)

all optimized debug clean: $(SUBDIRS)

