freebsd-dev/sbin/fsck_msdosfs/Makefile

14 lines
242 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/05/08 21:11:11 gwr Exp $
# $FreeBSD$
2001-07-09 10:38:15 +00:00
FSCK= ${.CURDIR}/../fsck
.PATH: ${FSCK}
PROG= fsck_msdosfs
MAN= fsck_msdosfs.8
SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
2001-07-09 10:38:15 +00:00
CFLAGS+= -I${FSCK}
.include <bsd.prog.mk>