minix/minix/include/Makefile
Ben Gras c2808d8b07 remove libcompat_minix as library
. get rid of includes in libcompat_minix:
	  . move configfile.h to minix/include/
	  . all others are unneeded as they point to other files
	. merge the .c files with libc

Change-Id: I5e840c66fb9bc484f377926aa9d66473bbd16259
2014-08-28 18:49:13 +02:00

20 lines
307 B
Makefile

# Doing a make includes builds /usr/include
NOOBJ= # defined
INCS+= env.h fetch.h lib.h libutil.h varargs.h configfile.h
.include <bsd.own.mk>
INCSDIR= /usr/include
SUBDIR+= arch
SUBDIR+= ddekit
SUBDIR+= libdde
SUBDIR+= minix
SUBDIR+= net
SUBDIR+= sys
.include <bsd.prog.mk>
.include <bsd.subdir.mk>