pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Actually, extern.h and stat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6bfa57657b7
branches:  trunk
changeset: 460704:d6bfa57657b7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Sep 03 03:43:45 2003 +0000

description:
Actually, extern.h and stat_flags.h are used by pkgtools/mtree.

XXX This should really be done in a different way than installing some
XXX globally-accessible header called "extern.h".

diffstat:

 pkgtools/libnbcompat/files/Makefile.in |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 857c27b5ac16 -r d6bfa57657b7 pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Wed Sep 03 03:28:23 2003 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Wed Sep 03 03:43:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.11 2003/09/03 03:28:29 jlam Exp $
+# $NetBSD: Makefile.in,v 1.12 2003/09/03 03:43:45 jlam Exp $
 #
 
 srcdir=                @srcdir@
@@ -19,9 +19,9 @@
 
 LIB=           libnbcompat.a
 
-INCS=          err.h ftpglob.h fts.h getopt.h md5.h mtree.h \
+INCS=          err.h extern.h ftpglob.h fts.h getopt.h md5.h mtree.h \
                nbcompat.h nbtypes.h pack_dev.h pwcache.h \
-               rmd160.h sha1.h sha2.h util.h vis.h
+               rmd160.h sha1.h sha2.h stat_flags.h util.h vis.h
 
 OBJS=          @LIBOBJS@ \
                md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o \



Home | Main Index | Thread Index | Old Index