Home | History | Annotate | Line # | Download | only in terminfo
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2010/02/03 15:16:32 roy Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
      3 
      4 CLEANFILES= terminfo.db
      5 realall: terminfo.db
      6 FILES=terminfo.db terminfo
      7 FILESDIR=${BINDIR}/misc
      8 
      9 terminfo.db: terminfo
     10 	${_MKTARGET_CREATE}
     11 	${TOOL_TIC} -x -o "${.OBJDIR}/terminfo" "${.CURDIR}/terminfo" 
     12 
     13 .include <bsd.prog.mk>
     14