summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2020-04-07 02:46:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2020-04-07 02:46:22 +0000
commita8b8edb25e1d97b1872f699d31b43633d60d76b8 (patch)
tree1aea1998d91c0bc27913291595ad03ae70e24dde /usr.bin/vgrind
parentbe4ed3d2cf38ad9ee12ff360a919af474ac39fec (diff)
downloadsrc-test-a8b8edb25e1d97b1872f699d31b43633d60d76b8.tar.gz
src-test-a8b8edb25e1d97b1872f699d31b43633d60d76b8.zip
Normalize deployment tools usage and definitions by putting into one place
instead of sprinkling them out over many disjoint files. This is a follow-up to achieve the same goal in an incomplete rev.348521. Approved by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D20520
Notes
Notes: svn path=/head/; revision=359685
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r--usr.bin/vgrind/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile
index 38a2a3193991d..5c9b1154fdd10 100644
--- a/usr.bin/vgrind/Makefile
+++ b/usr.bin/vgrind/Makefile
@@ -19,8 +19,9 @@ SCRIPTSDIR=/usr/bin
CLEANFILES= vgrindefs.src.db
.include <bsd.endian.mk>
+.include <src.tools.mk>
vgrindefs.src.db: vgrindefs.src
- cap_mkdb ${CAP_MKDB_ENDIAN} -f vgrindefs.src ${.ALLSRC}
+ ${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f vgrindefs.src ${.ALLSRC}
.include <bsd.prog.mk>