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 | |
| parent | 8a85f2635f4b53879dd46f31a0eb382e8244278e (diff) | |
Notes
| -rw-r--r-- | usr.bin/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/less/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index cc29768b3302..95c5d6fe93a9 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -104,7 +104,6 @@ SUBDIR= apply \ mklocale \ mkstr \ mktemp \ - more \ msgs \ mt \ ncal \ 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} |
