/**/#
/**/# Std - include files with function prototypes for standard C libraries
/**/#

#define IHaveSubdirs

SUBDIRS		= \
	netinet \
	os \
	rpcsvc \
	sys

all::
install.include:: install

/*
 * Install header files.
 */

HEADERS		= \
	bstring.h \
	ctype.h \
	errno.h \
	fcntl.h \
	math.h \
	memory.h \
	osfcn.h \
	pwd.h \
	random.h \
	regexpr.h \
	signal.h \
	stdio.h \
	stdlib.h \
	stream.h \
	string.h \
	time.h

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