svn commit: r215230 - stable/8/usr.bin/tar
Tim Kientzle
kientzle at FreeBSD.org
Sat Nov 13 05:53:55 UTC 2010
Author: kientzle
Date: Sat Nov 13 05:53:55 2010
New Revision: 215230
URL: http://svn.freebsd.org/changeset/base/215230
Log:
MFC minor Makefile reformat.
Modified:
stable/8/usr.bin/tar/Makefile
Directory Properties:
stable/8/usr.bin/tar/ (props changed)
Modified: stable/8/usr.bin/tar/Makefile
==============================================================================
--- stable/8/usr.bin/tar/Makefile Sat Nov 13 05:52:45 2010 (r215229)
+++ stable/8/usr.bin/tar/Makefile Sat Nov 13 05:53:55 2010 (r215230)
@@ -3,7 +3,17 @@
PROG= bsdtar
BSDTAR_VERSION_STRING=2.7.0
-SRCS= bsdtar.c cmdline.c err.c getdate.c matching.c read.c siginfo.c subst.c tree.c util.c write.c
+SRCS= bsdtar.c \
+ cmdline.c \
+ err.c \
+ getdate.c \
+ matching.c \
+ read.c \
+ siginfo.c \
+ subst.c \
+ tree.c \
+ util.c \
+ write.c
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} ${LIBLZMA}
LDADD= -larchive -lbz2 -lz -lmd -llzma
.if ${MK_OPENSSL} != "no"
More information about the svn-src-stable
mailing list