Module Name:    src
Committed By:   christos
Date:           Tue Jul 15 13:19:13 UTC 2014

Added Files:
        src/tools/vgrind: Makefile

Log Message:
build glue


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/vgrind/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/tools/vgrind/Makefile
diff -u /dev/null src/tools/vgrind/Makefile:1.1
--- /dev/null	Tue Jul 15 09:19:13 2014
+++ src/tools/vgrind/Makefile	Tue Jul 15 09:19:13 2014
@@ -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"

Reply via email to