Home | History | Annotate | Line # | Download | only in fsck_msdos
Makefile revision 1.9
      1  1.9     lukem #	$NetBSD: Makefile,v 1.9 2002/08/19 10:16:54 lukem Exp $
      2  1.9     lukem 
      3  1.9     lukem .include <bsd.own.mk>
      4  1.1        ws 
      5  1.1        ws PROG=	fsck_msdos
      6  1.1        ws MAN=	fsck_msdos.8
      7  1.3  christos SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
      8  1.8       wiz 
      9  1.8       wiz WARNS=	2
     10  1.8       wiz 
     11  1.9     lukem FSCK=	${NETBSDSRCDIR}/sbin/fsck
     12  1.7  christos CPPFLAGS+= -I${FSCK}
     13  1.7  christos .PATH:	${FSCK}
     14  1.1        ws 
     15  1.1        ws .include <bsd.prog.mk>
     16