Partially revert r288607, stable/10 does not use ncurses_dll.h.in like head

does, so this file should not be in CLEANFILES / .NOPATH.
This commit is contained in:
Bryan Drewery 2015-10-03 18:40:27 +00:00
parent dd72a32184
commit 48aeec6709
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=288624

View File

@ -282,7 +282,6 @@ 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}