]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/fsck_msdosfs/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.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
13 .include <bsd.prog.mk>