1 # $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $ 2 3 HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-fdisk 4 HOST_SRCDIR= sbin/fdisk 5 HOST_SRCS= getcap.c disklabel.c 6 7 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 8 CPPFLAGS+= -DBOOTSEL 9 .endif 10 11 .include "${.CURDIR}/../Makefile.nbincludes" 12 .include "${.CURDIR}/../Makefile.host" 13 14 .PATH: ${.CURDIR}/../../lib/libc/gen 15