Module Name: src
Committed By: joerg
Date: Thu Oct 17 22:07:59 UTC 2013
Modified Files:
src/external/bsd/libc++/include: Makefile
Log Message:
Explicitly include bsd.clean.mk for cleandir.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libc++/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libc++/include/Makefile
diff -u src/external/bsd/libc++/include/Makefile:1.2 src/external/bsd/libc++/include/Makefile:1.3
--- src/external/bsd/libc++/include/Makefile:1.2 Fri May 17 22:59:29 2013
+++ src/external/bsd/libc++/include/Makefile Thu Oct 17 22:07:59 2013
@@ -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>