svn commit: r203559 - head/usr.bin/tar

Tim Kientzle kientzle at FreeBSD.org
Sat Feb 6 19:53:49 UTC 2010


Author: kientzle
Date: Sat Feb  6 19:53:48 2010
New Revision: 203559
URL: http://svn.freebsd.org/changeset/base/203559

Log:
  Reformat the Makefile slightly.

Modified:
  head/usr.bin/tar/Makefile

Modified: head/usr.bin/tar/Makefile
==============================================================================
--- head/usr.bin/tar/Makefile	Sat Feb  6 19:48:59 2010	(r203558)
+++ head/usr.bin/tar/Makefile	Sat Feb  6 19:53:48 2010	(r203559)
@@ -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}
 LDADD=	-larchive -lbz2 -lz -lmd
 .if ${MK_OPENSSL} != "no"


More information about the svn-src-all mailing list