10e180cc49
will be fixed using the new .NOPATH make feature instead.
10 lines
222 B
Makefile
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>
|