]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/fsck_msdosfs/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sbin / fsck_msdosfs / Makefile
1 #       $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
2 # $FreeBSD$
3
4 FSCK=   ${.CURDIR}/../fsck
5 .PATH: ${FSCK}
6
7 PROG=   fsck_msdosfs
8 MAN=    fsck_msdosfs.8
9 SRCS=   main.c check.c boot.c fat.c dir.c fsutil.c
10
11 CFLAGS+= -I${FSCK}
12 WARNS?= 2
13
14 .include <bsd.prog.mk>