CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/22 07:02:53
Modified files:
include : Makefile
gnu/usr.bin/binutils: Makefile.bsd-wrapper
Log message:
Don't install libbfd and libopcodes and the associated headers.
They really are just a way to share common code between gdb and binutils
(which in the GNU world are seperate packages). The developers (and I'm
one of them) make absolutely no effert to maintain a stable API/ABI.
If ports people really need libbfd or libopcodes, they should just
package a suitable version.
ok weingart@, deraadt@