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