1#ident @(#)Makefile	1.2 20/05/08
2###########################################################################
3# Sample makefile for sub directory makes
4###########################################################################
5SRCROOT=	../../..
6RULESDIR=	RULES
7include		$(SRCROOT)/$(RULESDIR)/rules.top
8###########################################################################
9
10DIRS=		cassi comobj mpwlib sccs
11
12###########################################################################
13include		$(SRCROOT)/$(RULESDIR)/rules.dir
14###########################################################################
15