Home | History | Annotate | Line # | Download | only in terminfo
Makefile revision 1.2.8.1
      1  1.2.8.1  riz #	$NetBSD: Makefile,v 1.2.8.1 2012/06/23 22:54:58 riz Exp $
      2      1.1  roy #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
      3      1.1  roy 
      4  1.2.8.1  riz CLEANFILES= terminfo.cdb
      5  1.2.8.1  riz realall: terminfo.cdb
      6  1.2.8.1  riz FILES=terminfo.cdb terminfo
      7      1.1  roy FILESDIR=${BINDIR}/misc
      8      1.1  roy 
      9  1.2.8.1  riz terminfo.cdb: terminfo ${TOOL_TIC}
     10      1.1  roy 	${_MKTARGET_CREATE}
     11  1.2.8.1  riz 	${TOOL_TIC} -ax -o ${.TARGET} "${.CURDIR}/terminfo" 
     12      1.1  roy 
     13      1.1  roy .include <bsd.prog.mk>
     14