Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up revisions 1.14-1.16 (r...
details: https://anonhg.NetBSD.org/src/rev/b6b2576a542d
branches: netbsd-1-5
changeset: 490923:b6b2576a542d
user: he <he%NetBSD.org@localhost>
date: Tue Mar 20 18:10:13 2001 +0000
description:
Pull up revisions 1.14-1.16 (requested by hubertf):
Various changes / updates:
o split out version information to separate file
o various minor bugfixes and spelling fixes
diffstat:
usr.sbin/pkg_install/lib/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 62dd85107a95 -r b6b2576a542d usr.sbin/pkg_install/lib/Makefile
--- a/usr.sbin/pkg_install/lib/Makefile Tue Mar 20 18:09:21 2001 +0000
+++ b/usr.sbin/pkg_install/lib/Makefile Tue Mar 20 18:10:13 2001 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2000/01/19 23:28:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.13.4.1 2001/03/20 18:10:13 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 \
- plist.c str.c
+LIB+= install
+SRCS+= exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
+ plist.c str.c version.c
MKLINT= no
MKMAN= no
@@ -13,4 +13,6 @@
# only needed during build - prevent installation of library
libinstall::
+version.o: version.h version.c
+
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index