Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.6
      1  1.6   joerg #	$NetBSD: Makefile,v 1.6 2012/06/04 18:53:03 joerg Exp $
      2  1.1  dyoung 
      3  1.1  dyoung HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
      4  1.1  dyoung HOST_SRCDIR=	sbin/fdisk
      5  1.6   joerg HOST_SRCS=	disklabel.c
      6  1.1  dyoung 
      7  1.4     riz .include "${.CURDIR}/../Makefile.nbincludes"
      8  1.1  dyoung .include "${.CURDIR}/../Makefile.host"
      9  1.1  dyoung 
     10  1.1  dyoung .PATH: ${.CURDIR}/../../lib/libc/gen
     11