Makefile revision 1.7
11.7Schristos# $NetBSD: Makefile,v 1.7 1997/10/10 19:48:30 christos Exp $ 21.1Sws 31.1SwsPROG= fsck_msdos 41.1SwsMAN= fsck_msdos.8 51.3SchristosSRCS= main.c check.c boot.c fat.c dir.c fsutil.c 61.7SchristosFSCK= ${.CURDIR}/../fsck 71.7SchristosCPPFLAGS+= -I${FSCK} 81.7Schristos.PATH: ${FSCK} 91.1Sws 101.1Sws.include <bsd.prog.mk> 11