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