#ident @(#)Makefile	1.1 07/01/09 
###########################################################################
# Sample makefile for sub directory makes
###########################################################################
SRCROOT=	../..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

DIRS=		lib cmd help.d

###########################################################################
include		$(SRCROOT)/$(RULESDIR)/rules.dir
###########################################################################
