xref: /netbsd-src/sys/rump/kern/lib/Makefile (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1#	$NetBSD: Makefile,v 1.5 2014/04/02 19:37:17 pooka Exp $
2#
3
4.include "${.CURDIR}/../Makefile.rumpkerncomp"
5
6SUBDIR+=	${RUMPKERNLIBS}
7
8# obsolete and going away soon
9SUBDIR+=	libtime
10
11.include <bsd.subdir.mk>
12