From 6bdc1ca71d568ea60734772be55c4b4be16e4a43 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 3 Oct 2015 18:40:27 +0000 Subject: [PATCH] Partially revert r288607, stable/10 does not use ncurses_dll.h.in like head does, so this file should not be in CLEANFILES / .NOPATH. --- lib/ncurses/ncurses/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index af4c26459125..ee4d89e2976d 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -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}