summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/Makefile
blob: df1322182eb133efea9f7d086c7eb1351890df43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.9 2002/08/19 10:16:54 lukem Exp $

.include <bsd.own.mk>

PROG=	fsck_msdos
MAN=	fsck_msdos.8
SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c

WARNS=	2

FSCK=	${NETBSDSRCDIR}/sbin/fsck
CPPFLAGS+= -I${FSCK}
.PATH:	${FSCK}

.include <bsd.prog.mk>