summaryrefslogtreecommitdiff
path: root/usr.bin/size
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
commit77dfb966d9bdfb8bf8442dc883287c347f74ccbf (patch)
tree495722fd7ef08984c76cf185c4d5233df95ee396 /usr.bin/size
parente793c690a04dc6063df234016fba32ef08cd9b98 (diff)
downloadsrc-test2-77dfb966d9bdfb8bf8442dc883287c347f74ccbf.tar.gz
src-test2-77dfb966d9bdfb8bf8442dc883287c347f74ccbf.zip
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...
Notes
Notes: svn path=/head/; revision=36374
Diffstat (limited to 'usr.bin/size')
-rw-r--r--usr.bin/size/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile
index 3ad91be22f8c..5c35df334125 100644
--- a/usr.bin/size/Makefile
+++ b/usr.bin/size/Makefile
@@ -1,5 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= size
+BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>