diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-03-11 23:45:56 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-03-11 23:45:56 +0000 |
commit | c0ff0c5cb0ba3b502c586e9dadb49633f685b150 (patch) | |
tree | 586cc81096a3d3b8c2231f9a270bccf81efda986 /lib/libc++ | |
parent | 4d90d5a44706c59fa5c6b5be47ec0e25e7eae508 (diff) | |
download | FreeBSD-src-c0ff0c5cb0ba3b502c586e9dadb49633f685b150.zip FreeBSD-src-c0ff0c5cb0ba3b502c586e9dadb49633f685b150.tar.gz |
Add missing CLEANFILES.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc++')
-rw-r--r-- | lib/libc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 94e91b9..50d976e 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -54,6 +54,7 @@ CXXRT_SRCS+= libelftc_dem_gnu3.c\ guard.cc .for _S in ${CXXRT_SRCS} +CLEANFILES+= cxxrt_${_S} STATICOBJS+= cxxrt_${_S:R}.o cxxrt_${_S}: ${_LIBCXXRTDIR}/${_S} .NOMETA ln -sf ${.ALLSRC} ${.TARGET} |