mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
![Søren Schmidt](/assets/img/avatar_default.png)
Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow...
7 lines
102 B
Makefile
7 lines
102 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= strings
|
|
BINDIR= /usr/libexec/aout
|
|
|
|
.include <bsd.prog.mk>
|