sbin/fsck_msdosfs: Bring in freebsd/freebsd@ce3384ad (bsdl changes from NetBSD)
[dragonfly.git] / sbin / fsck_msdosfs / Makefile
1 # $FreeBSD$
2
3 FSCK=   ${.CURDIR}/../fsck
4 .PATH: ${FSCK}
5
6 PROG=   fsck_msdosfs
7 MAN=    fsck_msdosfs.8
8 SRCS=   main.c check.c boot.c fat.c dir.c fsutil.c
9 WARNS?= 2
10
11 CFLAGS+= -I${FSCK}
12
13 .include <bsd.prog.mk>