Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revision 1.14 (request...



details:   https://anonhg.NetBSD.org/src/rev/26469fb3d30d
branches:  netbsd-1-4
changeset: 471022:26469fb3d30d
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:26:17 2000 +0000

description:
Pull up revision 1.14 (requested by fredb):
  Synchronize to version of pkg_install on trunk.

diffstat:

 usr.sbin/pkg_install/lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 3f1d67779146 -r 26469fb3d30d usr.sbin/pkg_install/lib/Makefile
--- a/usr.sbin/pkg_install/lib/Makefile Thu Oct 12 21:26:15 2000 +0000
+++ b/usr.sbin/pkg_install/lib/Makefile Thu Oct 12 21:26:17 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12.2.1 2000/02/01 23:16:40 he Exp $
+# $NetBSD: Makefile,v 1.12.2.2 2000/10/12 21:26:17 he Exp $
 # Original from FreeBSD, no rcs id.
 
-LIB=           install
-SRCS=          exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
+LIB+=          install
+SRCS+=         exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
                plist.c str.c
 
 MKLINT=                no



Home | Main Index | Thread Index | Old Index