artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c7a27
)
use @ to silently execute "exec make"
author
deraadt
<deraadt@openbsd.org>
Wed, 30 Jun 2021 11:50:22 +0000
(11:50 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 30 Jun 2021 11:50:22 +0000
(11:50 +0000)
usr.sbin/nsd/Makefile.bsd-wrapper
patch
|
blob
|
history
diff --git
a/usr.sbin/nsd/Makefile.bsd-wrapper
b/usr.sbin/nsd/Makefile.bsd-wrapper
index
54b023c
..
f5042fc
100644
(file)
--- a/
usr.sbin/nsd/Makefile.bsd-wrapper
+++ b/
usr.sbin/nsd/Makefile.bsd-wrapper
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.1
8 2020/11/24 15:57:08 florian
Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1
9 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