#
# This directory only contains header files, so you might think it does
# not need a Makefile.
#
# History
# -------
# $Log: Makefile,v $
# Revision 1.4  1997/05/09  15:07:12  dieter
# Added all and clean targets so the overall makefile won't complain.
# Maybe should just remove this makefile...
#
# Revision 1.3  1997/05/08  17:06:58  dieter
# Removed refresh target.  It is now handled by griff's Makefile.refresh.
#
# Revision 1.2  1997/04/12  01:27:48  dieter
# Check out make file in subdirectory when it is created.
#
# Revision 1.1  1997/04/11  21:31:35  dieter
# Initial revision
#
#

HDRS= clust.h comm.h copy_set.h export.h heap.h kseg.h rusage.h seg.h \
	 site_tbl.h startup.h sys_cfg.h ticket.h timer.h unify.h wait.h ws.h

SUBDIRS= sys

all:

clean:
