mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
22 lines
707 B
Makefile
22 lines
707 B
Makefile
PACKAGE= runtime
|
|
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 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
|
|
SCRIPTSNAME_lesspipe.sh=lesspipe.sh
|
|
LIBADD= tinfow
|
|
LINKS= ${BINDIR}/less ${BINDIR}/more \
|
|
${BINDIR}/zless ${BINDIR}/bzless \
|
|
${BINDIR}/zless ${BINDIR}/xzless \
|
|
${BINDIR}/zless ${BINDIR}/lzless \
|
|
${BINDIR}/zless ${BINDIR}/zstdless
|
|
MLINKS= less.1 more.1
|
|
CLEANFILES= less.1
|
|
|
|
.include "Makefile.common"
|
|
.include <bsd.prog.mk>
|