1# $OpenBSD: Makefile,v 1.2 2023/10/10 18:17:25 anton Exp $ 2 3FS = ext2 4NEWFS = newfs_ext2fs -I 5MOUNT = mount_ext2fs 6 7.include <bsd.regress.mk> 8