diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 4 |
2 files changed, 6 insertions, 2 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} diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index c7caae04390..c068b75cf20 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.62 2007/10/30 17:49:50 robert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.63 2007/11/03 10:32:56 espie Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -629,6 +629,8 @@ ICONFILES= \ all: ${.OBJDIR}/config.status @cd ${.OBJDIR} && ${MAKE} +BEFOREMAN=${.OBJDIR}/config.status + ${.OBJDIR}/config.status : ${.OBJDIR}/config.layout @cd ${.OBJDIR} && CC="${CC}" LD_SHLIB="${CC}" \ OPTIM="${CFLAGS} ${COPTS}" \ |