xref: /openbsd/distrib/special/fsck_msdos/Makefile (revision 274d7c50)
1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
2
3PROG=	fsck_msdos
4MAN=	fsck_msdos.8
5SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
6.PATH: ${.CURDIR}/../../../sbin/fsck
7CFLAGS+= -I${.CURDIR}/../../../sbin/fsck
8DPADD+=	${LIBUTIL}
9LDADD+=	-lutil
10
11.PATH:  ${.CURDIR}/../../../sbin/fsck_msdos
12.include <bsd.prog.mk>
13