Home | History | Annotate | Line # | Download | only in fsck_msdos
Makefile revision 1.10
      1  1.10   xtraeme #	$NetBSD: Makefile,v 1.10 2005/01/20 16:39:23 xtraeme 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.9     lukem FSCK=	${NETBSDSRCDIR}/sbin/fsck
     10   1.7  christos CPPFLAGS+= -I${FSCK}
     11   1.7  christos .PATH:	${FSCK}
     12   1.1        ws 
     13   1.1        ws .include <bsd.prog.mk>
     14