import libterminfo, terminfo.db and stat command

This commit is contained in:
Vivek Prakash
2011-07-18 16:17:14 +02:00
committed by Ben Gras
parent 49cab1c73c
commit 51e66a47d8
41 changed files with 29803 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:32 roy Exp $
PROG= tic
WARNS= 4
CPPFLAGS+= -I${.CURDIR}/../../lib/libterminfo
.ifndef HOSTPROG
LDADD+= -lterminfo
DPADD+= ${LIBTERMINFO}
.endif
.include <bsd.prog.mk>