Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.4.6.2
      1  1.4.6.2    yamt #	$NetBSD: Makefile,v 1.4.6.2 2012/10/30 19:00:12 yamt Exp $
      2      1.1  dyoung 
      3      1.1  dyoung HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
      4      1.1  dyoung HOST_SRCDIR=	sbin/fdisk
      5  1.4.6.2    yamt HOST_SRCS=	disklabel.c
      6  1.4.6.2    yamt 
      7  1.4.6.2    yamt HOST_CPPFLAGS=	-DDEFAULT_BOOTDIR=\"${DESTDIR}/usr/mdec\"
      8      1.1  dyoung 
      9      1.4     riz .include "${.CURDIR}/../Makefile.nbincludes"
     10      1.1  dyoung .include "${.CURDIR}/../Makefile.host"
     11      1.1  dyoung 
     12      1.1  dyoung .PATH: ${.CURDIR}/../../lib/libc/gen
     13