diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2020-06-02 14:41:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2020-06-02 14:41:38 +0000 |
commit | 69f6f3b20a00b2cb1619ce1f8e1d4702dc242db4 (patch) | |
tree | b11148447a09ad96a69e6a8a54723a4a7f2d8be0 /usr.sbin/nsd | |
parent | bb5a825bbafb30db17d30128aad2469a29eae428 (diff) |
remove useless redirections
okay tb@, florian@
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/Makefile.bsd-wrapper | 16 |
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} |