Home | History | Annotate | Line # | Download | only in gpt
      1  1.5  nakayama #	$NetBSD: Makefile,v 1.5 2019/05/17 13:51:36 nakayama Exp $
      2  1.1  christos 
      3  1.5  nakayama HOSTPROGNAME=	${_TOOL_PREFIX}gpt
      4  1.1  christos HOST_SRCDIR=	sbin/gpt
      5  1.2  christos HOST_CPPFLAGS+=	-I${.CURDIR}
      6  1.3  christos 
      7  1.3  christos HOST_SRCS+= opendisk.c dehumanize_number.c
      8  1.1  christos 
      9  1.3  christos .PATH.c: ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/gen
     10  1.1  christos 
     11  1.1  christos .include "${.CURDIR}/../Makefile.nbincludes"
     12  1.1  christos .include "${.CURDIR}/../Makefile.host"
     13