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
+3 -1
View File
@@ -12,8 +12,10 @@ SRCS= brac.c ch.c charset.c cmdbuf.c command.c decode.c edit.c \
linenum.c lsystem.c main.c mark.c optfunc.c option.c opttbl.c \
os.c output.c position.c prompt.c screen.c search.c signal.c \
tags.c ttyin.c version.c
#LDADD+= -ltermcap
.if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no")
LDADD+= -ltermcap
DPADD+= ${LIBTERM}
.endif
MLINKS= less.1 more.1 less.1 page.1
LINKS= ${BINDIR}/less ${BINDIR}/more ${BINDIR}/less ${BINDIR}/page