]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/fsck_msdosfs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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?= 0
13
14 .include <bsd.prog.mk>