summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/Makefile
blob: 7bb73f4dbe2193efc16c4da30461c48d0773f81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for less
#
# $FreeBSD$

PROG=	less
SRCS=	main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
	edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
	linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \
	position.c prompt.c search.c signal.c tags.c ttyin.c version.c
DPADD=	${LIBNCURSES}
LDADD=	-lncurses

MAN1=	less.1
MANDEPEND=	less.1
CLEANFILES+=	${MANDEPEND}

.include "Makefile.common"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud