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.13 (request...
details: https://anonhg.NetBSD.org/src/rev/51de1a0f1b0c
branches: netbsd-1-4
changeset: 470252:51de1a0f1b0c
user: he <he%NetBSD.org@localhost>
date: Tue Feb 01 23:16:40 2000 +0000
description:
Pull up revision 1.13 (requested by hubertf):
Implement FTP wildcard depends, to give NetBSD full wildcard support
not only in pkgsrc but also for binary packages installed from
local disk or via FTP.
diffstat:
usr.sbin/pkg_install/lib/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 117845b319ff -r 51de1a0f1b0c usr.sbin/pkg_install/lib/Makefile
--- a/usr.sbin/pkg_install/lib/Makefile Tue Feb 01 23:11:40 2000 +0000
+++ b/usr.sbin/pkg_install/lib/Makefile Tue Feb 01 23:16:40 2000 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 1999/03/22 05:02:41 hubertf Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2000/02/01 23:16:40 he Exp $
# Original from FreeBSD, no rcs id.
LIB= install
-SRCS= exec.c file.c global.c lpkg.c pen.c pkgdb.c plist.c str.c
+SRCS= exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
+ plist.c str.c
MKLINT= no
MKMAN= no
Home |
Main Index |
Thread Index |
Old Index