From: deraadt Date: Wed, 30 Jun 2021 11:50:22 +0000 (+0000) Subject: use @ to silently execute "exec make" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d42658f497e31498588b0bd1b922fca896a78d68;p=openbsd use @ to silently execute "exec make" --- diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper index 54b023cf5f6..f5042fc31b4 100644 --- a/usr.sbin/nsd/Makefile.bsd-wrapper +++ b/usr.sbin/nsd/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2020/11/24 15:57:08 florian Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2021/06/30 11:50:22 deraadt Exp $ .include @@ -29,7 +29,7 @@ PROG= nsd nsd-checkconf nsd-checkzone nsd-control MAN= nsd.8 nsd-checkconf.8 nsd-checkzone.8 nsd-control.8 nsd.conf.5 all: config.status - exec ${MAKE} + @exec ${MAKE} ${MAN}: config.status