diff options
Diffstat (limited to 'usr.bin/more/Makefile')
| -rw-r--r-- | usr.bin/more/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index e61848714e40..78ac71b02b4e 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -5,8 +5,8 @@ CFLAGS+=-I${.CURDIR} -DREGEX SRCS= ch.c command.c decode.c filename.c help.c input.c line.c \ linenum.c main.c option.c os.c output.c position.c prim.c \ screen.c signal.c tags.c ttyin.c -LDADD+= -ltermcap -lgnuregex -DPADD+= ${LIBTERM} /usr/lib/libgnuregex.a +LDADD+= -ltermcap +DPADD+= ${LIBTERM} MLINKS= more.1 page.1 LINKS= ${BINDIR}/more ${BINDIR}/page |
