]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/less/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / less / Makefile
1 # $FreeBSD$
2
3 PROG=   less
4 SRCS=   main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
5         decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
6         jump.c line.c linenum.c lsystem.c mark.c optfunc.c option.c \
7         opttbl.c os.c output.c pattern.c position.c prompt.c search.c \
8         signal.c tags.c ttyin.c version.c
9 SCRIPTS=lesspipe.sh zless.sh
10 SCRIPTSNAME_lesspipe.sh=lesspipe.sh
11 DPADD=  ${LIBTERMCAP}
12 LDADD=  -ltermcap
13 LINKS=  ${BINDIR}/less ${BINDIR}/more \
14         ${BINDIR}/zless ${BINDIR}/bzless \
15         ${BINDIR}/zless ${BINDIR}/xzless \
16         ${BINDIR}/zless ${BINDIR}/lzless
17 MLINKS= less.1 more.1
18 CLEANFILES= less.1
19
20 .include "Makefile.common"
21 .include <bsd.prog.mk>