xref: /NextBSD/include/libkern/Makefile (revision 0f1ad58a762cced05a835a0c59b5a3e4e94dfe39)
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
16
17.include <bsd.prog.mk>
18