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 Pull up rev. 1.11 to netbsd-1-5 br...



details:   https://anonhg.NetBSD.org/src/rev/4884d4b2b9fd
branches:  netbsd-1-5
changeset: 489351:4884d4b2b9fd
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sun Sep 03 04:17:01 2000 +0000

description:
Pull up rev. 1.11 to netbsd-1-5 branch, OK'd by thorpej:
 > Add some (commented out) debug flags

diffstat:

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

diffs (22 lines):

diff -r e36f63646251 -r 4884d4b2b9fd usr.sbin/pkg_install/Makefile.inc
--- a/usr.sbin/pkg_install/Makefile.inc Sat Sep 02 21:40:17 2000 +0000
+++ b/usr.sbin/pkg_install/Makefile.inc Sun Sep 03 04:17:01 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 1999/08/30 04:20:22 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10.8.1 2000/09/03 04:17:01 hubertf Exp $
 # Original from Freebsd, no rcs id.
 
 LIBINSTALL != cd ${.CURDIR}/../lib;\
@@ -46,3 +46,12 @@
 .if exists(${.CURDIR}/../../Makefile.inc)
 .include "${.CURDIR}/../../Makefile.inc"
 .endif
+
+
+
+
+
+
+#CFLAGS+=      -g
+#STRIPFLAG=    # unset
+#LDFLAGS+=     -L/usr/pkg/lib -lefence



Home | Main Index | Thread Index | Old Index