diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-25 20:47:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-25 20:47:32 +0000 |
commit | 7f9d59daa77ccb85f4e165904f3149467d6fa476 (patch) | |
tree | 1a6d4d4df2fd096ca50916eb419b808c80dee5c8 /usr.bin/tput/Makefile | |
parent | 374109a8fde5df946aabb8864c32e8cdcf566fa9 (diff) |
link with ocurses, same reason as tset.
Diffstat (limited to 'usr.bin/tput/Makefile')
-rw-r--r-- | usr.bin/tput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index caa7670dea1..61151d767be 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 1998/07/24 00:11:05 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1998/07/25 20:47:31 downsj Exp $ PROG= tput DPADD= ${LIBCURSES} -LDADD= -lcurses +LDADD= -locurses MLINKS= tput.1 clear.1 LINKS= ${BINDIR}/tput ${BINDIR}/clear |