diff options
author | emaste <emaste@FreeBSD.org> | 2014-11-27 20:22:46 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2014-11-27 20:22:46 +0000 |
commit | 83a0d923b9a2a25f1f2a94c7cf177a3f4324e5f3 (patch) | |
tree | 6497b39b0dcb2cdf303da5e1383f64d540346cff /gnu | |
parent | b09a2340ee89cb9c8c414aaf7b8b267bfc5653ae (diff) | |
download | FreeBSD-src-83a0d923b9a2a25f1f2a94c7cf177a3f4324e5f3.zip FreeBSD-src-83a0d923b9a2a25f1f2a94c7cf177a3f4324e5f3.tar.gz |
Put each SUBDIR on a separate line
This makes it easier to review or merge changes that modify some subset
of SUBDIRs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 1ba36a6..a544bc5 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -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> |