use @ to silently execute "exec make"
authorderaadt <deraadt@openbsd.org>
Wed, 30 Jun 2021 11:50:22 +0000 (11:50 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 30 Jun 2021 11:50:22 +0000 (11:50 +0000)
usr.sbin/nsd/Makefile.bsd-wrapper

index 54b023c..f5042fc 100644 (file)
@@ -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