summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-03 03:43:45 +0000
committerjlam <jlam>2003-09-03 03:43:45 +0000
commit560091e2f86a55ebb80ea65633cb5a093cd943aa (patch)
tree26229997b2fd6ffb084b47354ddda80dbb9d1aa7 /pkgtools
parent1526e035c894a2407775f5f03e1cbd0cc4601678 (diff)
downloadpkgsrc-560091e2f86a55ebb80ea65633cb5a093cd943aa.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".
Diffstat (limited to 'pkgtools')
-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 \