Home | History | Annotate | Line # | Download | only in disklabel
      1 #	$NetBSD: Makefile,v 1.8 2019/05/17 13:51:36 nakayama Exp $
      2 
      3 HOSTPROGNAME=	${_TOOL_PREFIX}disklabel
      4 HOST_SRCDIR=	sbin/disklabel
      5 HOST_SRCS=	disklabel.c
      6 
      7 .include "${.CURDIR}/../Makefile.nbincludes"
      8 .include "${.CURDIR}/../Makefile.host"
      9 
     10 .PATH: ${.CURDIR}/../../lib/libc/gen
     11