-WARNS6 cleanup (4670 warnings)
[dragonfly.git] / sbin / fsck_msdosfs / Makefile
blobced76ef91a17732c4c7229149a0437617e5702e2
1 # $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
2 # $FreeBSD: src/sbin/fsck_msdosfs/Makefile,v 1.2.2.1 2001/08/01 05:47:55 obrien Exp $
3 # $DragonFly: src/sbin/fsck_msdosfs/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
5 FSCK= ${.CURDIR}/../fsck
6 .PATH: ${FSCK}
8 PROG= fsck_msdosfs
9 MAN= fsck_msdosfs.8
10 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
12 CFLAGS+= -I${FSCK}
14 .include <bsd.prog.mk>