diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
| commit | 2e280533a10eaa08d9445ae220903bf26e5519ff (patch) | |
| tree | dbe5f2021921d52092f7ed2bd4e64f726eec285a /gnu/usr.bin/binutils/Makefile | |
| parent | 12df71b07cfc4e6d9f15120080013d09547b4a99 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile new file mode 100644 index 0000000000000..2153ba1b20d9d --- /dev/null +++ b/gnu/usr.bin/binutils/Makefile @@ -0,0 +1,11 @@ +# +# $Id$ +# + +# Omitted for now: c++filt. +SUBDIR= libiberty libbfd libopcodes libbinutils \ + i386-elf i386-aout \ + addr2line ar nm objcopy objdump ranlib \ + size strings strip + +.include <bsd.subdir.mk> |
