From 6dc1bd40af4ab4e91c7d2d835df40fdceb8dfff3 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 17 Oct 2013 22:07:59 +0000 Subject: Explicitly include bsd.clean.mk for cleandir. --- external/bsd/libc++/include/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'external/bsd/libc++') 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 @@ -118,4 +118,5 @@ DPSRCS+= cxxabi.h CLEANFILES+= cxxabi.h .include +.include .include -- cgit