diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index c0353725a29b..7f19b7e2d209 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"