11.6Schristos# $NetBSD: Makefile,v 1.6 2013/01/21 20:28:38 christos Exp $ 21.3Schristos# From: $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $ 31.1Schristos 41.4Schristos.include <bsd.own.mk> 51.4Schristos 61.3SchristosPROG= newfs_msdos 71.3SchristosMAN= newfs_msdos.8 81.6SchristosSRCS= newfs_msdos.c partutil.c mkfs_msdos.c 91.4Schristos 101.3SchristosLDADD+= -lutil 111.3SchristosDPADD+= ${LIBUTIL} 121.3Schristos 131.5ShaadLDADD+=-lprop 141.5ShaadDPADD+=${LIBPROP} 151.5Shaad 161.4SchristosFSCK=${NETBSDSRCDIR}/sbin/fsck 171.4SchristosCPPFLAGS+=-I${.CURDIR} -I${FSCK} 181.4Schristos.PATH: ${FSCK} 191.4Schristos 201.4Schristos 211.3Schristos.if ${MACHINE} == "pc98" 221.3SchristosCFLAGS+= -DPC98 231.3Schristos.endif 241.1Schristos 251.1Schristos.include <bsd.prog.mk> 26