From 534ec42f5d12bef76e616d91617246eca8b68ad3 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 26 Sep 2015 01:04:52 +0000 Subject: [PATCH] Add missing CLEANFILES. MFC after: 1 week X-MFC-With: r288199 Sponsored by: EMC / Isilon Storage Division --- lib/ncurses/ncurses/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index fe68a39dc3c..94fb03a9b27 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}