summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
committersos <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
commitea8b97a0939c1de01759e77cf2d725439764f611 (patch)
tree08825db7b10675d1a0c775679f232601031d5162 /Makefile
parent872aa46bafaaa0870fa3f8fbeb7ff42117e6af12 (diff)
downloadFreeBSD-src-ea8b97a0939c1de01759e77cf2d725439764f611.zip
FreeBSD-src-ea8b97a0939c1de01759e77cf2d725439764f611.tar.gz
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...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e017089..9c44e89 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.178 1998/05/16 22:20:44 jb Exp $
+# $Id: Makefile,v 1.179 1998/05/18 03:28:02 jb Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -584,6 +584,10 @@ lib-tools:
usr.bin/mk_cmds \
usr.bin/nm \
usr.bin/ranlib \
+ usr.bin/strip \
+ usr.bin/objformat \
+ usr.bin/env \
+ gnu/usr.bin/binutils \
usr.bin/uudecode
cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
OpenPOWER on IntegriCloud