Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / less / Makefile
1 # $FreeBSD: src/usr.bin/less/Makefile,v 1.4.2.5 2003/02/02 10:04:50 johan Exp $
2 # $DragonFly: src/usr.bin/less/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
3
4 PROG=   less
5 SRCS=   main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
6         edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \
7         linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \
8         position.c prompt.c search.c signal.c tags.c ttyin.c version.c
9 DPADD=  ${LIBTERMCAP}
10 LDADD=  -ltermcap
11 LINKS=  ${BINDIR}/less ${BINDIR}/more
12 MLINKS= less.1 more.1
13 CLEANFILES= less.1
14
15 .include "Makefile.common"
16 .include <bsd.prog.mk>