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:
Ed Maste 2014-11-27 20:22:46 +00:00
parent a85fe12e36
commit 1577843e02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275193

View File

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