summaryrefslogtreecommitdiffstats
path: root/usr.bin/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 /usr.bin/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 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 06ac414..a880524 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.98 1998/04/14 07:40:47 peter Exp $
+# $Id: Makefile,v 1.99 1998/05/15 12:33:56 jb Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -16,9 +16,9 @@ SUBDIR= apply at banner basename biff c89 calendar \
join jot key keyinfo keyinit keylogin keylogout killall kzip \
lam last lastcomm leave lex limits locate lock lockf logger login \
logname look lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr \
- mktemp mk_cmds more msgs ncal newkey nice \
- nohup opieinfo opiekey opiepasswd pagesize passwd paste pr printenv \
- printf quota rdist renice rev rlogin rpcgen \
+ mktemp mk_cmds more msgs ncal newkey nice nohup \
+ objformat opieinfo opiekey opiepasswd pagesize passwd paste pr \
+ printenv printf quota rdist renice rev rlogin rpcgen \
rpcinfo rs rsh rup ruptime rusers rwall \
rwho script sed shar showmount soelim split \
su symorder tail talk tconv tcopy tee tftp time \
OpenPOWER on IntegriCloud