summaryrefslogtreecommitdiff
path: root/external/bsd/libc++/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-10-17 22:07:59 +0000
committerjoerg <joerg@NetBSD.org>2013-10-17 22:07:59 +0000
commit6dc1bd40af4ab4e91c7d2d835df40fdceb8dfff3 (patch)
tree2a0929a2c101d0e124edc43fb7ce93c8ccff080f /external/bsd/libc++/include
parentb17b018246ebedf9e01b4612bdbace853de1c1cb (diff)
Explicitly include bsd.clean.mk for cleandir.
Diffstat (limited to 'external/bsd/libc++/include')
-rw-r--r--external/bsd/libc++/include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/bsd/libc++/include/Makefile b/external/bsd/libc++/include/Makefile
index 200db664f96..903d9574be7 100644
--- a/external/bsd/libc++/include/Makefile
+++ b/external/bsd/libc++/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/05/17 22:59:29 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2013/10/17 22:07:59 joerg Exp $
.include <bsd.init.mk>
@@ -118,4 +118,5 @@ DPSRCS+= cxxabi.h
CLEANFILES+= cxxabi.h
.include <bsd.inc.mk>
+.include <bsd.clean.mk>
.include <bsd.obj.mk>