xref: /NextBSD/include/apple/sys/Makefile (revision 33da5adc555b3bc29986eeadca03829e4ad06b1e)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5NO_OBJ=
6INCS=	_posix_availability.h \
7	_symbol_aliasing.h \
8	appleapiopts.h \
9	fileport.h \
10	kdebug.h \
11	kern_control.h \
12	kern_event.h \
13	kern_memorystatus.h \
14	proc_info.h \
15	process_policy.h \
16	resource.h \
17	spawn.h \
18	spawn_internal.h \
19	sys_domain.h \
20
21INCSDIR=${INCLUDEDIR}/apple/sys
22SUBDIR=	_pthread _types
23
24.include <bsd.prog.mk>
25