diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-30 11:50:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-30 11:50:23 +0000 |
commit | b5c1f0b72054d52f8860b2c8cb90610a0846c187 (patch) | |
tree | aaafee0c16c50d7c544738fc8a2b77e71fd50eb7 /usr.sbin/nsd | |
parent | 8db643392aa11dd097be7f36d41659ea3892a3bf (diff) |
use @ to silently execute "exec make"
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> @@ -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 |