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/lib Pullup rev 1.19 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/11674b919eae
branches:  netbsd-1-6
changeset: 530084:11674b919eae
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sat Feb 08 07:51:39 2003 +0000

description:
Pullup rev 1.19 (requested by abs in ticket #1141)
 Catchup to -current as of version 20030202.

diffstat:

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

diffs (24 lines):

diff -r c3752923cd6e -r 11674b919eae usr.sbin/pkg_install/lib/Makefile
--- a/usr.sbin/pkg_install/lib/Makefile Sat Feb 08 07:51:18 2003 +0000
+++ b/usr.sbin/pkg_install/lib/Makefile Sat Feb 08 07:51:39 2003 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.17.2.1 2002/07/21 04:42:13 lukem Exp $
+# $NetBSD: Makefile,v 1.17.2.2 2003/02/08 07:51:39 jmc Exp $
 # Original from FreeBSD, no rcs id.
 
-LIB+=          install
-SRCS+=         exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
-               plist.c str.c version.c path.c
-
 NOLINT=                # defined
 NOMAN=         # defined
 NOPIC=         # defined
 NOPROFILE=     # defined
 
+LIB+=          install
+SRCS+=         exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
+               plist.c str.c version.c path.c
+
 # only needed during build - prevent installation of library
 libinstall::
 



Home | Main Index | Thread Index | Old Index