summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2010-02-06 19:53:48 +0000
committerkientzle <kientzle@FreeBSD.org>2010-02-06 19:53:48 +0000
commit8f2c956ea08e8e53c853ed6649591f2ae5c5f07e (patch)
tree28abe15b6dba32d3263f0f4d497eb4371080a5d3
parent06dea2fd79da243bd510e2fd3280d970705ea0bc (diff)
downloadFreeBSD-src-8f2c956ea08e8e53c853ed6649591f2ae5c5f07e.zip
FreeBSD-src-8f2c956ea08e8e53c853ed6649591f2ae5c5f07e.tar.gz
Reformat the Makefile slightly.
-rw-r--r--usr.bin/tar/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index c035372..7f19b7e 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -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"
OpenPOWER on IntegriCloud