From ea8b97a0939c1de01759e77cf2d725439764f611 Mon Sep 17 00:00:00 2001 From: sos Date: Mon, 25 May 1998 17:34:42 +0000 Subject: ELF preparation step 1: 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... --- usr.bin/strings/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/strings') diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 87f557d..7a84849 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= strings +BINDIR= /usr/libexec/aout .include -- cgit v1.1