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

PACKAGE		= 
TOPDIR          = ../../..
MAKEDEFS 	= $(TOPDIR)/src/buildcfg/Defs.gmk
SUBDIRS         = 

include $(MAKEDEFS)

#
# copies the *.sample files to binary/share/opt|debug/etc
#
all optimized:	etc.copy
debug:	etc.debug
clean:	etc.clean

