NetBSD/sbin/fsck_msdos/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

10 lines
222 B
Makefile

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