Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:57:48 UTC 2014

Added Files:
        src/tools/vgrind [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.2.2.2 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.2.2.2
--- /dev/null	Sun Aug 10 06:57:48 2014
+++ src/tools/vgrind/Makefile	Sun Aug 10 06:57:47 2014
@@ -0,0 +1,18 @@
+#	$NetBSD: Makefile,v 1.2.2.2 2014/08/10 06:57:47 tls Exp $
+
+HOSTPROGNAME=	nbvfontedpr
+HOST_BINDIR=	${TOOLDIR}/libexec
+HOST_SRCDIR=	usr.bin/vgrind
+HOST_FILESDIR=	${TOOLDIR}/share/misc
+HOST_CPPFLAGS=	-D_PATH_VGRINDEFS=\"${HOST_FILESDIR}/vgrindefs\"
+HOSTFILES=	vgrindefs vgrindefs.db
+NOSHARE=# defined
+CLEANFILES+= ${HOSTFILES}
+
+.include "${.CURDIR}/../Makefile.host"
+
+vgrindefs: vgrindefs.src
+	cp ${.ALLSRC} ${.TARGET}
+
+vgrindefs.db: vgrindefs
+	${TOOL_CAP_MKDB} -f ${.ALLSRC} ${.ALLSRC}

Reply via email to