Home | History | Annotate | Line # | Download | only in fsck_msdos
Makefile revision 1.11
      1  1.11  christos #	$NetBSD: Makefile,v 1.11 2006/08/26 18:14:28 christos 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.11  christos LDADD+=-lutil
     14  1.11  christos DPADD+=${LIBUTIL}
     15  1.11  christos 
     16   1.1        ws .include <bsd.prog.mk>
     17