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"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to