diff options
author | 2012-03-26 20:32:17 +0000 | |
---|---|---|
committer | 2012-03-26 20:32:17 +0000 | |
commit | 96e9c439f1ca546ef4e66b2fba3e035bcaeacc39 (patch) | |
tree | c431629a0649787aad54beb13f1504963e5f222a | |
parent | hook in the hibernate request code; half of this diff is from mlarkin (diff) | |
download | wireguard-openbsd-96e9c439f1ca546ef4e66b2fba3e035bcaeacc39.tar.xz wireguard-openbsd-96e9c439f1ca546ef4e66b2fba3e035bcaeacc39.zip |
Add a few missing files for 'make clean'.
-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 |