aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/Makefile
blob: 91d4afe226f21c20be24134ddd56ca0b0ecb220e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
# $FreeBSD$

PROG=	fsck_msdosfs
MAN=	fsck_msdosfs.8
SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
FSCK=	${.CURDIR}/../fsck
CFLAGS+= -I${FSCK}
.PATH:	${FSCK}

.include <bsd.prog.mk>