summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:01:16 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:01:16 +0000
commitd55e00843a3d660bf081aabf50fab05ccbba1eec (patch)
tree996c3a7557b9a8c7345f86b5d6410a460ed120c6 /lib
parentcc1f6f382064e208de941a6c4dbb9b689bdb918e (diff)
downloadFreeBSD-src-d55e00843a3d660bf081aabf50fab05ccbba1eec.zip
FreeBSD-src-d55e00843a3d660bf081aabf50fab05ccbba1eec.tar.gz
MFC r288199,r288246:
Add missing CLEANFILES.
Diffstat (limited to 'lib')
-rw-r--r--lib/clang/include/Makefile2
-rw-r--r--lib/libc/tests/gen/posix_spawn/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile1
3 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile
index 77b4d99..36eb08e 100644
--- a/lib/clang/include/Makefile
+++ b/lib/clang/include/Makefile
@@ -45,6 +45,6 @@ INCS= __wmmintrin_aes.h \
xopintrin.h \
${GENINCS}
GENINCS= arm_neon.h
-CLEANFILES= ${GENINCS}
+CLEANFILES= ${GENINCS} ${GENINCS:C/\.h$/.d/}
.include <bsd.prog.mk>
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile
index d2dfa54..f20bbd7 100644
--- a/lib/libc/tests/gen/posix_spawn/Makefile
+++ b/lib/libc/tests/gen/posix_spawn/Makefile
@@ -21,6 +21,8 @@ PROGS+= h_spawnattr
SCRIPTS= h_nonexec
SCRIPTS+= h_zero
+CLEANFILES+= h_nonexec
+
.include "../../Makefile.netbsd-tests"
h_zero:
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index ee4d89e..af4c264 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -282,6 +282,7 @@ CFLAGS+= -DFREEBSD_NATIVE -DTERMIOS
# Installed
HEADERS= curses.h term.h termcap.h unctrl.h
SRCHDRS= ncurses_dll.h
+CLEANFILES+= ncurses_dll.h
.if defined(ENABLE_WIDEC)
INCS= ${HEADERS} ${SRCHDRS}
OpenPOWER on IntegriCloud