mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
Reformat the Makefile slightly.
This commit is contained in:
parent
67d6d61952
commit
2be336325b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203559
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user