diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:32:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:32:57 +0000 |
commit | 56e90c07e01a2b4459f89684665ded17e620903f (patch) | |
tree | 3da569626cd096c25c7d53e383188dd3e143b1d2 /usr.sbin/bind | |
parent | 39e5c8b2611cc6582b29b64755237484248b8cab (diff) |
make sure configure is done before we try building manpages.
Diffstat (limited to 'usr.sbin/bind')
-rw-r--r-- | usr.sbin/bind/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.bsd-wrapper b/usr.sbin/bind/Makefile.bsd-wrapper index 11ce88ba917..91dd5a89ea4 100644 --- a/usr.sbin/bind/Makefile.bsd-wrapper +++ b/usr.sbin/bind/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2005/05/16 06:32:31 jakob Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2007/11/03 10:32:56 espie Exp $ .include <bsd.own.mk> @@ -87,6 +87,8 @@ install: maninstall htmlinstall ${file} ${DESTDIR}${BINDIR} .endfor +BEFOREMAN= config.status + clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi rm -f ${CLEANFILES} |