diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-19 01:23:27 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-19 01:23:27 +0000 |
| commit | 8564ba39344048fd8ea93a821c141c53c8807d8f (patch) | |
| tree | 95b5a4a5d0c46a9d9672fdc2cee7f29b1ed57abc | |
| parent | 6cf0d872cd1473503dc584d7a74eb5c6ca1b94f3 (diff) | |
support MAKEVERBOSE and use ${HOST_SH}
| -rw-r--r-- | sbin/wsconsctl/Makefile | 6 |
1 files 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 <bsd.prog.mk> 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 |
