The branch main has been updated by delphij:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4bcc6d14e23d1443a275fc3a494094274a2f8382

commit 4bcc6d14e23d1443a275fc3a494094274a2f8382
Author:     Xin LI <[email protected]>
AuthorDate: 2021-07-18 05:51:28 +0000
Commit:     Xin LI <[email protected]>
CommitDate: 2021-07-18 05:51:28 +0000

    Fix build
    
    MFC after:      2 weeks
---
 usr.bin/less/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile
index faa4fe7ca972..08c5249598f9 100644
--- a/usr.bin/less/Makefile
+++ b/usr.bin/less/Makefile
@@ -3,7 +3,8 @@
 PROG=  less
 SRCS=  main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.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 \
+       jump.c lesskey_parse.c \
+       line.c linenum.c lsystem.c mark.c optfunc.c option.c \
        opttbl.c os.c output.c pattern.c position.c prompt.c search.c \
        signal.c tags.c ttyin.c version.c xbuf.c
 SCRIPTS=lesspipe.sh zless.sh
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to