Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/pkg_install Pull up revision 1.23 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/73f82f33060a
branches:  netbsd-1-6
changeset: 529534:73f82f33060a
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 22:36:09 2002 +0000

description:
Pull up revision 1.23 (requested by jschauma in ticket #1011):
Properly re-implement hilighting of the dialogue with the ftp(1)
process.
Thanks again for the throughout notification I got before that
was removed! :(

diffstat:

 usr.sbin/pkg_install/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dcf9e23caf78 -r 73f82f33060a usr.sbin/pkg_install/Makefile.inc
--- a/usr.sbin/pkg_install/Makefile.inc Sun Nov 24 22:36:03 2002 +0000
+++ b/usr.sbin/pkg_install/Makefile.inc Sun Nov 24 22:36:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16.2.5 2002/11/24 22:34:45 tron Exp $
+# $NetBSD: Makefile.inc,v 1.16.2.6 2002/11/24 22:36:09 tron Exp $
 # Original from FreeBSD, no rcs id.
 
 .include <bsd.own.mk>
@@ -35,7 +35,7 @@
 #CPPFLAGS+= -DCHGRP_CMD='"${CHGRP_CMD}"'
 
 DPADD+=        ${LIBINSTALL}/libinstall.a
-LDADD+=        -L${LIBINSTALL} -linstall
+LDADD+=        -L${LIBINSTALL} -linstall -ltermcap
 
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"



Home | Main Index | Thread Index | Old Index