diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-26 19:09:31 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-26 19:09:31 +0000 |
commit | 95635cf4af29b9c623ee8a44e4bd7a696e675ab7 (patch) | |
tree | d99bf173af0c55fa8b155e8f0c1fec0730649d79 | |
parent | e1a9d1113b657e3fc5eb020dc895000d03ea2449 (diff) |
When clenaing, run "make realclean" in the ldns subdirectory, not just unbound.
-rw-r--r-- | usr.sbin/unbound/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper index fc960e144f4..4e406296ccb 100644 --- a/usr.sbin/unbound/Makefile.bsd-wrapper +++ b/usr.sbin/unbound/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/26 18:44:18 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/03/26 19:09:30 sthen Exp $ .include <bsd.own.mk> @@ -120,6 +120,7 @@ BEFOREMAN= ${.OBJDIR}/config.status clean cleandir: -@if [ -e Makefile ]; then ${MAKE} realclean; fi + -@if [ -e ldns/Makefile ]; then cd ldns; ${MAKE} realclean; fi rm -f ${CLEANFILES} depend: |