13 lines
331 B
Makefile
13 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/05/01 12:38:39 christos Exp $
|
|
|
|
HOSTPROGNAME= nbgpt
|
|
HOST_SRCDIR= sbin/gpt
|
|
HOST_CPPFLAGS+= -I${.CURDIR}
|
|
|
|
HOST_SRCS+= opendisk.c dehumanize_number.c
|
|
|
|
.PATH.c: ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/gen
|
|
|
|
.include "${.CURDIR}/../Makefile.nbincludes"
|
|
.include "${.CURDIR}/../Makefile.host"
|