2012-12-04 11:42:24 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2012/06/03 23:19:11 joerg Exp $
|
2011-07-18 15:53:57 +02:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
|
2012-12-04 11:42:24 +01:00
|
|
|
CLEANFILES= terminfo.cdb
|
|
|
|
realall: terminfo.cdb
|
|
|
|
FILES=terminfo.cdb terminfo
|
2011-07-18 15:53:57 +02:00
|
|
|
.if defined(__MINIX)
|
|
|
|
FILESDIR=/usr/share/terminfo
|
|
|
|
.else
|
|
|
|
FILESDIR=${BINDIR}/misc
|
|
|
|
.endif
|
|
|
|
|
2012-12-04 11:42:24 +01:00
|
|
|
terminfo.cdb: terminfo ${TOOL_TIC}
|
2011-07-18 15:53:57 +02:00
|
|
|
${_MKTARGET_CREATE}
|
2012-12-04 11:42:24 +01:00
|
|
|
${TOOL_TIC} -ax -o ${.TARGET} "${.CURDIR}/terminfo"
|
2011-07-18 15:53:57 +02:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|