xref: /NextBSD/include/mach_debug/Makefile (revision 33da5adc555b3bc29986eeadca03829e4ad06b1e)
1# $FreeBSD$
2
3NO_OBJ=
4INCS=	hash_info.h \
5	ipc_info.h \
6	lockgroup_info.h \
7	mach_debug_types.defs \
8	mach_debug_types.h \
9	page_info.h \
10	vm_info.h \
11	zone_info.h
12INCSDIR=${INCLUDEDIR}/mach_debug
13
14.include <bsd.prog.mk>
15