Date: Sat, 26 Sep 2015 01:04:53 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288246 - head/lib/ncurses/ncurses Message-ID: <201509260104.t8Q14r2w050667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Sep 26 01:04:52 2015 New Revision: 288246 URL: https://svnweb.freebsd.org/changeset/base/288246 Log: Add missing CLEANFILES. MFC after: 1 week X-MFC-With: r288199 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/ncurses/ncurses/Makefile Modified: head/lib/ncurses/ncurses/Makefile ============================================================================== --- head/lib/ncurses/ncurses/Makefile Sat Sep 26 00:53:37 2015 (r288245) +++ head/lib/ncurses/ncurses/Makefile Sat Sep 26 01:04:52 2015 (r288246) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509260104.t8Q14r2w050667>