summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-03 03:43:45 +0000
committerjlam <jlam@pkgsrc.org>2003-09-03 03:43:45 +0000
commit5619137743aa5926f95df238dc9e3d32a84f35bb (patch)
tree26229997b2fd6ffb084b47354ddda80dbb9d1aa7
parent63ea2414a6b7259eebc4105dc63eb8b5a4037631 (diff)
downloadpkgsrc-5619137743aa5926f95df238dc9e3d32a84f35bb.tar.gz
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".
-rw-r--r--pkgtools/libnbcompat/files/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in
index a048bc30a08..4ba227eea1a 100644
--- a/pkgtools/libnbcompat/files/Makefile.in
+++ b/pkgtools/libnbcompat/files/Makefile.in
@@ -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 @@ RANLIB= @RANLIB@
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 \