summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/Makefile
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2001-09-28 22:46:13 +0000
committerbillf <billf@FreeBSD.org>2001-09-28 22:46:13 +0000
commit5f0513c0ec8c5c90bc0e3c5a9ccb5dfc0af4d7ca (patch)
tree492ceef0609ca6057f7c1615753a2733de4660e0 /usr.bin/window/Makefile
parent218bb1b355d9b51419d9bc59e3d116098225e166 (diff)
downloadFreeBSD-src-5f0513c0ec8c5c90bc0e3c5a9ccb5dfc0af4d7ca.zip
FreeBSD-src-5f0513c0ec8c5c90bc0e3c5a9ccb5dfc0af4d7ca.tar.gz
use openpty() instead of rolling a custom function (which didn't support
the full range of ptys anyways)
Diffstat (limited to 'usr.bin/window/Makefile')
-rw-r--r--usr.bin/window/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index 8615265..4641609 100644
--- a/usr.bin/window/Makefile
+++ b/usr.bin/window/Makefile
@@ -16,6 +16,6 @@ SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
compress.c
DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+LDADD= -ltermcap -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud