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
+15 -3
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>