diff options
Diffstat (limited to 'usr.bin/more')
-rw-r--r-- | usr.bin/more/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index b7611c240f1..1b4f23429f8 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 1997/09/21 11:50:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 1998/07/24 00:10:55 millert Exp $ PROG= more -DPADD= ${LIBTERM} ${LIBCOMPAT} -LDADD= -ltermcap -lcompat +DPADD= ${LIBCURSES} ${LIBCOMPAT} +LDADD= -lcurses -lcompat MLINKS= more.1 page.1 LINKS= ${BINDIR}/more ${BINDIR}/page |