Makefile revision 1.7
11.7Stsutsui# $NetBSD: Makefile,v 1.7 2012/06/05 13:41:23 tsutsui Exp $ 21.1Sdyoung 31.1SdyoungHOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-fdisk 41.1SdyoungHOST_SRCDIR= sbin/fdisk 51.6SjoergHOST_SRCS= disklabel.c 61.1Sdyoung 71.7StsutsuiHOST_CPPFLAGS= -DDEFAULT_BOOTDIR=\"${DESTDIR}/usr/mdec\" 81.7Stsutsui 91.4Sriz.include "${.CURDIR}/../Makefile.nbincludes" 101.1Sdyoung.include "${.CURDIR}/../Makefile.host" 111.1Sdyoung 121.1Sdyoung.PATH: ${.CURDIR}/../../lib/libc/gen 13