Home | History | Annotate | Line # | Download | only in terminfo
      1  1.5  christos #	$NetBSD: Makefile,v 1.5 2020/03/27 15:11:57 christos Exp $
      2  1.1       roy #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
      3  1.1       roy 
      4  1.5  christos CLEANFILES= terminfo.cdb
      5  1.5  christos realall: terminfo.cdb
      6  1.5  christos FILES=terminfo.cdb terminfo
      7  1.1       roy FILESDIR=${BINDIR}/misc
      8  1.1       roy 
      9  1.5  christos 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