mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Put each SUBDIR on a separate line
This makes it easier to review or merge changes that modify some subset of SUBDIRs.
This commit is contained in:
parent
a85fe12e36
commit
1577843e02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275193
@ -1,7 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
||||
addr2line as ld nm objcopy objdump readelf \
|
||||
size strings strip doc
|
||||
SUBDIR= libiberty \
|
||||
libbfd \
|
||||
libopcodes \
|
||||
libbinutils \
|
||||
addr2line \
|
||||
as \
|
||||
ld \
|
||||
nm \
|
||||
objcopy \
|
||||
objdump \
|
||||
readelf \
|
||||
size \
|
||||
strings \
|
||||
strip \
|
||||
doc
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user