]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/less/Makefile
Remove _PATH_CP now that it is defined in paths.h
[FreeBSD/FreeBSD.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 decode.c \
5         edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
6         linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \
7         position.c prompt.c search.c signal.c tags.c ttyin.c version.c
8 DPADD=  ${LIBTERMCAP}
9 LDADD=  -ltermcap
10 LINKS=  ${BINDIR}/less /usr/bin/more
11 MLINKS= less.1 more.1
12 CLEANFILES= less.1
13
14 .include "Makefile.common"
15 .include <bsd.prog.mk>