1 # $NetBSD: Makefile,v 1.6 2012/06/04 18:53:03 joerg Exp $ 2 3 HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-fdisk 4 HOST_SRCDIR= sbin/fdisk 5 HOST_SRCS= disklabel.c 6 7 .include "${.CURDIR}/../Makefile.nbincludes" 8 .include "${.CURDIR}/../Makefile.host" 9 10 .PATH: ${.CURDIR}/../../lib/libc/gen 11