5139afee6b
Convert the content of the terminfo database into human-readable form, the same as used by the tic(1) command already present.
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:33 roy Exp $
|
|
|
|
PROG= infocmp
|
|
WARNS= 4
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../lib/libterminfo
|
|
LDADD+= -lterminfo
|
|
DPADD+= ${LIBTERMINFO}
|
|
|
|
.include <bsd.prog.mk>
|