svn commit: r288246 - head/lib/ncurses/ncurses

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 26 01:04:53 UTC 2015


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}


More information about the svn-src-all mailing list