diff options
| author | lukem <lukem@NetBSD.org> | 2003-12-15 09:46:51 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-12-15 09:46:51 +0000 |
| commit | 7eec24689dcebdf7ce0bd984ea69b00a60d2e65f (patch) | |
| tree | 337a43f906f754ea54168f4cbfc6191c82cde7dc /etc/Makefile | |
| parent | 5f0d6f1b24cc129e84cf15324bff5a890e0e9e92 (diff) | |
MAKEVERBOSE-ify MAKEDEV creation
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 95d47306098..faa79bc44f6 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2003/11/15 08:50:26 jdolecek Exp $ +# $NetBSD: Makefile,v 1.263 2003/12/15 09:46:51 lukem Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -146,6 +146,7 @@ distribution: check_DESTDIR .WAIT distrib-dirs .PHONY: MAKEDEV MAKEDEV: + ${_MKTARGET_CREATE} MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH} awk -v ETCDIR="${.CURDIR}" -f ${.CURDIR}/MAKEDEV.awk ${.CURDIR}/MAKEDEV.tmpl > ${.TARGET} |
