1#	$NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
2# $FreeBSD: stable/11/sbin/fsck_msdosfs/Makefile 360490 2020-04-30 06:34:34Z delphij $
3
4FSCK=	${.CURDIR:H}/fsck
5.PATH: ${FSCK}
6
7PACKAGE=runtime
8PROG=	fsck_msdosfs
9MAN=	fsck_msdosfs.8
10SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
11
12CFLAGS+= -I${FSCK} -DHAVE_LIBUTIL_H
13LIBADD=	util
14
15.include <bsd.prog.mk>
16