Home | History | Annotate | Line # | Download | only in fdisk
Makefile revision 1.5
      1  1.5  tsutsui #	$NetBSD: Makefile,v 1.5 2012/05/05 16:03:55 tsutsui Exp $
      2  1.1   dyoung 
      3  1.1   dyoung HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-fdisk
      4  1.1   dyoung HOST_SRCDIR=	sbin/fdisk
      5  1.1   dyoung HOST_SRCS=	getcap.c 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