minix/usr.bin/infocmp/Makefile
Antoine Leca 5139afee6b Import infocmp from NetBSD
Convert the content of the terminfo database into human-readable
form, the same as used by the tic(1) command already present.
2013-01-25 20:11:01 +01:00

11 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>