This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.sbin
/
btxld
/
Makefile
10 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
# $FreeBSD$
btxld is a link editor for BTX (boot extender) clients, supporting ELF, a.out, and binary formats.
1998-09-12 06:49:48 +00:00
PROG
=
btxld
SRCS
=
btxld.c elfh.c
MAN8
=
btxld.8
o Allow btxld to be compiled on 64-bit machines o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha).
2000-01-04 14:10:36 +00:00
CFLAGS
+=
-Wall
btxld is a link editor for BTX (boot extender) clients, supporting ELF, a.out, and binary formats.
1998-09-12 06:49:48 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink