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

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

FILES.properties=

include $(MAKEDEFS)

all opt:  props.copy

debug: props.debug

clean:	props.clean

