1 1.12 hannken # $NetBSD: Makefile,v 1.12 2010/04/11 08:23:52 hannken 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.12 hannken SRCS= main.c check.c boot.c fat.c dir.c fsutil.c snapshot.c 8 1.8 wiz 9 1.9 lukem FSCK= ${NETBSDSRCDIR}/sbin/fsck 10 1.12 hannken DUMP= ${NETBSDSRCDIR}/sbin/dump 11 1.12 hannken CPPFLAGS+= -I${FSCK} -I${DUMP} 12 1.12 hannken .PATH: ${FSCK} ${DUMP} 13 1.1 ws 14 1.11 christos LDADD+=-lutil 15 1.11 christos DPADD+=${LIBUTIL} 16 1.11 christos 17 1.1 ws .include <bsd.prog.mk> 18