summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2020-06-02 14:41:37 +0000
committerespie <espie@openbsd.org>2020-06-02 14:41:37 +0000
commitc27ed0a797d96921cdd29419a256540b0a6b5ca7 (patch)
tree714559dd96461a96d2687fe0121bc1b897483ef6 /usr.sbin/nsd/Makefile.bsd-wrapper
parentless convoluted Makefile, removes useless redirections (diff)
downloadwireguard-openbsd-c27ed0a797d96921cdd29419a256540b0a6b5ca7.tar.xz
wireguard-openbsd-c27ed0a797d96921cdd29419a256540b0a6b5ca7.zip
remove useless redirections
okay tb@, florian@
Diffstat (limited to 'usr.sbin/nsd/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/nsd/Makefile.bsd-wrapper16
1 files changed, 4 insertions, 12 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper
index 215d0fae548..0a83452e102 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.16 2019/12/21 21:40:01 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2020/06/02 14:41:37 espie Exp $
.include <bsd.own.mk>
@@ -28,16 +28,10 @@ PROG= nsd nsd-checkconf nsd-checkzone nsd-control
MAN= nsd.8 nsd-checkconf.8 nsd-checkzone.8 nsd-control.8 nsd.conf.5
-all: gnu
+all: config.status
+ exec ${MAKE}
-.ifndef NOMAN
-${MANALL} ${PSALL}: ${MAN}
-
-${MAN}: gnu
-.endif
-
-gnu: config.status
- ${MAKE}
+${MAN}: config.status
.FORCE: .IGNORE
@@ -67,8 +61,6 @@ install: maninstall
-o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
nsd-control-setup.sh ${DESTDIR}${BINDIR}/nsd-control-setup
-BEFOREMAN= config.status
-
clean cleandir:
-@if [ -e Makefile ]; then ${MAKE} realclean; fi
rm -f ${CLEANFILES}