summaryrefslogtreecommitdiff
path: root/archivers/pax
diff options
context:
space:
mode:
authorgrant <grant>2003-09-15 05:33:41 +0000
committergrant <grant>2003-09-15 05:33:41 +0000
commitb7a27e5f6405ed5d63a78965220afe9d29f3a3fe (patch)
treeedf2ba13c8ce8ffee3bd1e15405f6b586c65d96d /archivers/pax
parent58496a8049c40ee463e6ec5b46959a40aa45a07e (diff)
downloadpkgsrc-b7a27e5f6405ed5d63a78965220afe9d29f3a3fe.tar.gz
don't use VAR+=, it doesn't work with all make(1)s.
Diffstat (limited to 'archivers/pax')
-rw-r--r--archivers/pax/files/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/pax/files/Makefile.in b/archivers/pax/files/Makefile.in
index 6ee2c45314c..a02620d56e4 100644
--- a/archivers/pax/files/Makefile.in
+++ b/archivers/pax/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.6 2003/09/05 18:40:48 jlam Exp $
+# $NetBSD: Makefile.in,v 1.7 2003/09/15 05:33:41 grant Exp $
srcdir= @srcdir@
@@ -24,8 +24,8 @@ PROG= pax
SRCS= ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c \
gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c \
- tar.c tty_subs.c
-SRCS+= getid.c spec.c misc.c stat_flags.c pack_dev.c
+ tar.c tty_subs.c \
+ getid.c spec.c misc.c stat_flags.c pack_dev.c
OBJS= $(SRCS:.c=.o)
.PHONY: all clean install