1#	$OpenBSD: Makefile,v 1.2 2023/08/14 08:56:20 kn Exp $
2
3PROG=	fsck_msdos
4SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
5.PATH: ${.CURDIR}/../../../sbin/fsck
6CFLAGS+= -I${.CURDIR}/../../../sbin/fsck
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9
10.PATH:  ${.CURDIR}/../../../sbin/fsck_msdos
11.include <bsd.prog.mk>
12