summaryrefslogtreecommitdiff
path: root/pkgtools/mtree/files/Makefile.in
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-05 18:38:58 +0000
committerjlam <jlam>2003-09-05 18:38:58 +0000
commit7ba1b56b2ef50f5a7921930a49ac0f5cb9db839a (patch)
tree6fd08ee80972fe4f4cd0929061717ca4a55f5519 /pkgtools/mtree/files/Makefile.in
parent00b56cfbd7a7fa5ba2d38ef7f1edb537bf00509d (diff)
downloadpkgsrc-7ba1b56b2ef50f5a7921930a49ac0f5cb9db839a.tar.gz
Make this build using libnbcompat-20030829. Several files from the older
libnbcompat where moved into mtree/files since they logically belong together (and are that way in the NetBSD src tree).
Diffstat (limited to 'pkgtools/mtree/files/Makefile.in')
-rw-r--r--pkgtools/mtree/files/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/mtree/files/Makefile.in b/pkgtools/mtree/files/Makefile.in
index 51e991149bd..5398eea2ab0 100644
--- a/pkgtools/mtree/files/Makefile.in
+++ b/pkgtools/mtree/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.5 2003/09/05 04:38:45 grant Exp $
+# $NetBSD: Makefile.in,v 1.6 2003/09/05 18:38:58 jlam Exp $
srcdir= @srcdir@
@@ -22,7 +22,8 @@ INSTALL= @INSTALL@
PROG= mtree
-SRCS= compare.c crc.c create.c excludes.c mtree.c verify.c
+SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
+ getid.c stat_flags.c pack_dev.c
OBJS= $(SRCS:.c=.o)
.PHONY: all clean install