From 8564ba39344048fd8ea93a821c141c53c8807d8f Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 19 Oct 2003 01:23:27 +0000 Subject: support MAKEVERBOSE and use ${HOST_SH} --- sbin/wsconsctl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 66330482ab5..54a0492f5db 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/01 17:04:00 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2003/10/19 01:23:27 lukem Exp $ PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ @@ -13,5 +13,7 @@ CLEANFILES+= keysym.h .include keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h - sh ${.CURDIR}/mkkeysym.sh \ + ${_MKMSG} " create ${.TARGET}" + ${_MKCMD}\ + ${HOST_SH} ${.CURDIR}/mkkeysym.sh \ ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h > keysym.h -- cgit