summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2013-07-09 14:33:43 +0000
committerajacoutot <ajacoutot@openbsd.org>2013-07-09 14:33:43 +0000
commitfabd890cee9b611484751509ed5a795e1f830720 (patch)
tree63be1d4877c63e6cc25afd412d5ffe06377d01e5
parentAdd vars.texi to SRCS so proper substitution is done in that part of the (diff)
downloadwireguard-openbsd-fabd890cee9b611484751509ed5a795e1f830720.tar.xz
wireguard-openbsd-fabd890cee9b611484751509ed5a795e1f830720.zip
Make sure all files are removed at clean/cleandir target.
-rw-r--r--kerberosV/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/doc/Makefile b/kerberosV/doc/Makefile
index e02bf4a5618..3010c4c3591 100644
--- a/kerberosV/doc/Makefile
+++ b/kerberosV/doc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2013/07/09 13:24:53 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.13 2013/07/09 14:33:43 ajacoutot Exp $
KINFOSRC = ${.CURDIR}/../src/doc
KINFODIR = ${DESTDIR}${SHAREDIR}/info
@@ -26,7 +26,7 @@ install: ${INFO}
$(INSTALL-INFO) ${.OBJDIR}/${INFO} ${KINFODIR}/dir
clean:
- rm -f ${.OBJDIR}/${INFO}
+ rm -f ${INFO} ${SRCS}
cleandir: clean