diff options
| -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 4e406296ccb..74ddf2cd3d7 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.3 2012/03/26 19:09:30 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2012/03/26 20:32:17 sthen Exp $ .include <bsd.own.mk> @@ -117,6 +117,7 @@ install: maninstall .endfor BEFOREMAN= ${.OBJDIR}/config.status +CLEANFILES+= ${MAN} doc/example.conf doc/libunbound.3 clean cleandir: -@if [ -e Makefile ]; then ${MAKE} realclean; fi |
