diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-05-23 08:16:25 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-05-23 08:16:25 +0000 |
| commit | c586c5db076160e82b2f7b8e7813340caceac229 (patch) | |
| tree | d4f2a65991edab4ea4a215f5b0d74321542fc9fc /usr.bin/less | |
| parent | 8a85f2635f4b53879dd46f31a0eb382e8244278e (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 7bb73f4dbe21..a536011f835f 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -10,6 +10,8 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ DPADD= ${LIBNCURSES} LDADD= -lncurses +LINKS= ${BINDIR}/less /usr/bin/more + MAN1= less.1 MANDEPEND= less.1 CLEANFILES+= ${MANDEPEND} |
