/**/#
/**/# os - include files for interfaces to the operating system
/**/#

all::
install.include:: install

/*
 * Install header files.
 */

HEADERS		= \
	auth.h \
	fs.h \
	host.h \
	ipc.h \
	mm.h \
	proc.h \
	timing.h

MakeDirectories(install,$(INCDIR)/Std/os)
InstallMultipleFlags($(HEADERS),$(INCDIR)/Std/os,$(INSTINCFLAGS))
