summaryrefslogtreecommitdiff
path: root/lib/ncurses
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-26 01:04:52 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-26 01:04:52 +0000
commit534ec42f5d12bef76e616d91617246eca8b68ad3 (patch)
treeed110c7429fe224e47033bdfab73e0e9e97b9181 /lib/ncurses
parentb86fd7bcea3971ba942109d9cbee94a3fe2feec0 (diff)
downloadsrc-test-534ec42f5d12bef76e616d91617246eca8b68ad3.tar.gz
src-test-534ec42f5d12bef76e616d91617246eca8b68ad3.zip
Add missing CLEANFILES.
MFC after: 1 week X-MFC-With: r288199 Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=288246
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index fe68a39dc3c0a..94fb03a9b278d 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}