Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/window Pull up revision 1.9 (requested by simonb):
details: https://anonhg.NetBSD.org/src/rev/ee03ac3a3ba0
branches: netbsd-1-6
changeset: 527614:ee03ac3a3ba0
user: lukem <lukem%NetBSD.org@localhost>
date: Thu May 30 08:31:57 2002 +0000
description:
Pull up revision 1.9 (requested by simonb):
Use openpty() to deal with the new pty naming scheme.
--
diffstat:
usr.bin/window/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 09155c410a49 -r ee03ac3a3ba0 usr.bin/window/Makefile
--- a/usr.bin/window/Makefile Thu May 30 08:30:50 2002 +0000
+++ b/usr.bin/window/Makefile Thu May 30 08:31:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1997/11/21 08:35:41 lukem Exp $
+# $NetBSD: Makefile,v 1.8.12.1 2002/05/30 08:31:57 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= window
@@ -16,7 +16,7 @@
wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
compress.c
MAN= window.1
-DPADD= ${LIBTERMCAP}
-LDADD= -ltermcap
+DPADD= ${LIBTERMCAP} ${LIBUTIL}
+LDADD= -ltermcap -lutil
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index