xref: /trueos/include/libkern/Makefile (revision 0f8eb4123024ffec2f2cfcdb493793aea43f0cac)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5NO_OBJ=
6INCS=	_OSByteOrder.h \
7	OSAtomic.h \
8	OSByteOrder.h \
9	OSCacheControl.h \
10	OSDebug.h \
11	OSKextLib.h \
12	OSReturn.h \
13	OSThermalNotification.h \
14	OSTypes.h
15INCSDIR=${INCLUDEDIR}/libkern
16SUBDIR=	i386
17
18.include <bsd.prog.mk>
19