Annotation of src/share/terminfo/Makefile, Revision 1.5
1.5 ! christos 1: # $NetBSD: Makefile,v 1.4 2020/03/13 15:19:25 roy Exp $
1.1 roy 2: # from: @(#)Makefile 8.1 (Berkeley) 6/8/93
3:
1.5 ! christos 4: CLEANFILES= terminfo.cdb
! 5: realall: terminfo.cdb
! 6: FILES=terminfo.cdb terminfo
1.1 roy 7: FILESDIR=${BINDIR}/misc
8:
1.5 ! christos 9: terminfo.cdb: terminfo ${TOOL_TIC}
1.1 roy 10: ${_MKTARGET_CREATE}
1.3 joerg 11: ${TOOL_TIC} -ax -o ${.TARGET} "${.CURDIR}/terminfo"
1.1 roy 12:
13: .include <bsd.prog.mk>
CVSweb <webmaster@jp.NetBSD.org>