head	1.3;
access;
symbols
	V1_6_7:1.2
	V1_6_6:1.2
	V1_6_5:1.2
	V1_6_4:1.2
	V1_6_3:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.08.10.14.25.45;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.05.21.48.44;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.23.14.44.06;	author vandys;	state Exp;
branches;
next	;


desc
@Makefile for include files
@


1.3
log
@Make install path as needed.
@
text
@include ../makefile.all

clean:

clobber: clean

install:
	mkdir -p $(ROOT)/include/sys
	mkdir -p $(ROOT)/include/mach
	cp *.h $(ROOT)/include
	cp sys/*.h $(ROOT)/include/sys
	cp mach/*.h $(ROOT)/include/mach
@


1.2
log
@Use root makefile
@
text
@d8 2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 2
all:
	: # Nothing to do
@
