xref: /dragonfly/sbin/fsck_msdosfs/Makefile (revision 1de703da)
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 $
4
5FSCK=	${.CURDIR}/../fsck
6.PATH: ${FSCK}
7
8PROG=	fsck_msdosfs
9MAN=	fsck_msdosfs.8
10SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
11
12CFLAGS+= -I${FSCK}
13
14.include <bsd.prog.mk>
15