build glue

This commit is contained in:
christos 2014-07-15 13:19:13 +00:00
parent ef629cae85
commit 373bce115f
1 changed files with 11 additions and 0 deletions

11
tools/vgrind/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 2014/07/15 13:19:13 christos Exp $
HOSTPROGNAME= nbvfontedpr
HOST_BINDIR= ${TOOLDIR}/libexec
HOST_SRCDIR= usr.bin/vgrind
VGDEFDIR= ${TOOLDIR}/share/misc
HOST_CPPFLAGS= -D_PATH_VGRINDEFS=\"${VGDEFDIR}/vgrindefs\"
FILESDIR= ${VGDEFDIR}
FILESDIR_tmac.vgrind=${VGDEFDIR}
.include "${.CURDIR}/../Makefile.host"