diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2014-11-27 20:22:46 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2014-11-27 20:22:46 +0000 |
| commit | 1577843e029489fc442d72a000432c85c6ec1544 (patch) | |
| tree | 6497b39b0dcb2cdf303da5e1383f64d540346cff /gnu/usr.bin | |
| parent | a85fe12e361c14018a24f0f7714663b490206c7f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 1ba36a6a26607..a544bc54b32db 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> |
