1 1.2 christos # $NetBSD: Makefile,v 1.2 2014/09/29 21:05:11 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.2 christos HOST_SRCS+= opendisk.c 7 1.1 christos 8 1.1 christos NOMAN= # defined 9 1.2 christos .PATH.c: ${.CURDIR}/../../lib/libutil 10 1.1 christos 11 1.1 christos .include "${.CURDIR}/../Makefile.nbincludes" 12 1.1 christos .include "${.CURDIR}/../Makefile.host" 13