]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/fsck_msdosfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>