NetBSD/sys/rump/librump/Makefile
pooka fee25d6c52 rumpcrypto should never have been its own faction, so finally make
it a component under kern, i.e. rumpcrypto -> rumpkern_crypto.
2010-12-05 20:11:21 +00:00

8 lines
138 B
Makefile

# $NetBSD: Makefile,v 1.9 2010/12/05 20:11:21 pooka Exp $
#
SUBDIR= rumpkern
SUBDIR+= rumpdev rumpnet rumpvfs
.include <bsd.subdir.mk>