1#	$NetBSD: Makefile,v 1.6 2024/06/05 16:37:44 riastradh Exp $
2
3SUBDIR=
4SUBDIR+=	ramdisk
5SUBDIR+=	ramdisk-cgdroot
6SUBDIR+=	${${MKZFS} != "no":?ramdisk-zfsroot:}
7
8TARGETS+=	release
9
10.include <bsd.subdir.mk>
11