Reformat the Makefile slightly.

This commit is contained in:
Tim Kientzle 2010-02-06 19:53:48 +00:00
parent 67d6d61952
commit 2be336325b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203559

View File

@ -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"