14 lines
348 B
Makefile
14 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/09/30 18:00:28 christos Exp $
|
|
|
|
HOSTPROGNAME= nbgpt
|
|
HOST_SRCDIR= sbin/gpt
|
|
HOST_CPPFLAGS+= -I${.CURDIR}
|
|
|
|
HOST_SRCS+= opendisk.c dehumanize_number.c
|
|
|
|
NOMAN= # defined
|
|
.PATH.c: ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/gen
|
|
|
|
.include "${.CURDIR}/../Makefile.nbincludes"
|
|
.include "${.CURDIR}/../Makefile.host"
|