Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2014/09/30 18:00:28 christos Exp $
      2  1.1  christos 
      3  1.1  christos HOSTPROGNAME=	nbgpt
      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.1  christos NOMAN=	# defined
     10  1.3  christos .PATH.c: ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/gen
     11  1.1  christos 
     12  1.1  christos .include "${.CURDIR}/../Makefile.nbincludes"
     13  1.1  christos .include "${.CURDIR}/../Makefile.host"
     14