xref: /minix/minix/usr.sbin/mkfs.mfs/Makefile (revision 7f5f010b)
1SUBDIR=		v3
2
3.if !defined(HOSTPROGNAME)
4#SUBDIR+=	v1 v2	# Original V1 and V2 file systems
5#SUBDIR+=	v1l v2l	# Linux-extended variants
6#SUBDIR+=	mfs3v2	# V2 as handled by regular MINIX 3.x; hacky
7.endif
8
9.include <bsd.subdir.mk>