diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-19 04:30:30 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-19 04:30:30 +0000 |
| commit | c545cc169de3f0de8dcdc54d692f0933d0e3927f (patch) | |
| tree | 523cec2f61f4f2895a8cd7513cdcc01a0478a863 /usr.bin/vgrind | |
| parent | a694177df5578d0195165129a119faa0280d1590 (diff) | |
support MAKEVERBOSE
Diffstat (limited to 'usr.bin/vgrind')
| -rw-r--r-- | usr.bin/vgrind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 7a472da3c37..be0d58dfd4b 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/10 10:34:45 lukem Exp $ +# $NetBSD: Makefile,v 1.18 2003/10/19 04:30:30 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/9/93 .include <bsd.own.mk> @@ -34,6 +34,8 @@ CAP_MKDB_ENDIAN= .if ${MKSHARE} != "no" vgrindefs.src.db: vgrindefs.src + ${_MKMSGCREATE} + ${_MKCMD}\ ${TOOL_CAP_MKDB} ${CAP_MKDB_ENDIAN} -f vgrindefs.src \ ${.CURDIR}/vgrindefs.src .else |
