summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1998-07-25 20:47:31 +0000
committerdownsj <downsj@openbsd.org>1998-07-25 20:47:31 +0000
commitc8e631cecdbaf5f27560887e5656b5ecb9eb40f4 (patch)
tree4410f20c95778c226f34e58ad24ebc4945231d0e
parentfix comment (diff)
downloadwireguard-openbsd-c8e631cecdbaf5f27560887e5656b5ecb9eb40f4.tar.xz
wireguard-openbsd-c8e631cecdbaf5f27560887e5656b5ecb9eb40f4.zip
link with ocurses, same reason as tset.
-rw-r--r--usr.bin/tput/Makefile4
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