Makefile revision 1.4
11.4Sriz# $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $ 21.1Sdyoung 31.1SdyoungHOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-fdisk 41.1SdyoungHOST_SRCDIR= sbin/fdisk 51.1SdyoungHOST_SRCS= getcap.c disklabel.c 61.1Sdyoung 71.3Sabs.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 81.2SdyoungCPPFLAGS+= -DBOOTSEL 91.2Sdyoung.endif 101.2Sdyoung 111.4Sriz.include "${.CURDIR}/../Makefile.nbincludes" 121.1Sdyoung.include "${.CURDIR}/../Makefile.host" 131.1Sdyoung 141.1Sdyoung.PATH: ${.CURDIR}/../../lib/libc/gen 15