mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
Style fixes
Pointed out by: bde
This commit is contained in:
parent
07b80458ef
commit
5316058f3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128162
@ -2,10 +2,9 @@
|
||||
|
||||
PROG= bsdtar
|
||||
SRCS= bsdtar.c matching.c read.c util.c write.c
|
||||
|
||||
WARNS?= 6
|
||||
LDADD+= -larchive -lbz2 -lz
|
||||
DPADD+= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
|
||||
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
|
||||
LDADD= -larchive -lbz2 -lz
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user