Home | History | Annotate | Line # | Download | only in disklabel
      1  1.8  nakayama #	$NetBSD: Makefile,v 1.8 2019/05/17 13:51:36 nakayama Exp $
      2  1.1    dyoung 
      3  1.8  nakayama HOSTPROGNAME=	${_TOOL_PREFIX}disklabel
      4  1.1    dyoung HOST_SRCDIR=	sbin/disklabel
      5  1.6      matt HOST_SRCS=	disklabel.c
      6  1.3   tsutsui 
      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