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

TOPDIR		= ../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
#
# Add to SUBDIRS here for non-solaris 
# otherwise add to SUBDIRS below for solaris.
#
SUBDIRS 	= bin 

#
# Add to SUBDIRS here for solaris.
#
UNIXNAME:=$(shell uname)
ifeq "$(UNIXNAME)"  "SunOS"
    SUBDIRS = bin etc
endif

include $(MAKEDEFS)

all optimized debug clean: $(SUBDIRS)
