NetBSD/sbin/fsck_msdos/Makefile

16 lines
269 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2002/08/19 10:16:54 lukem Exp $
.include <bsd.own.mk>
1996-05-14 21:39:21 +04:00
PROG= fsck_msdos
MAN= fsck_msdos.8
1996-09-28 03:22:50 +04:00
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
2001-04-06 20:52:41 +04:00
WARNS= 2
FSCK= ${NETBSDSRCDIR}/sbin/fsck
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${FSCK}
.PATH: ${FSCK}
1996-05-14 21:39:21 +04:00
.include <bsd.prog.mk>