1# $OpenBSD: Makefile,v 1.2 2023/08/14 08:56:21 kn Exp $ 2PROG= newfs_ext2fs 3SRCS= newfs_ext2fs.c mke2fs.c ext2fs_bswap.c 4 5.PATH: ${.CURDIR}/../../../sys/ufs/ext2fs 6DPADD+= ${LIBUTIL} 7LDADD+= -lutil 8 9.PATH: ${.CURDIR}/../../../sbin/newfs_ext2fs 10.include <bsd.prog.mk> 11