#
# @(#)GNUmakefile	1.2 05/11/17
#  
# Copyright 2005 Sun Microsystems, Inc. All Rights Reserved
# SUN PROPRIETARY/CONFIDENTIAL
# Use is subject to license terms. 
#

TOPDIR      = ../../../../../../../..
MAKEDEFS    = $(TOPDIR)/src/buildcfg/Defs.gmk
SUBDIRS 	= api handlers jaas


include $(MAKEDEFS)

all debug clean optimized : $(SUBDIRS)

