summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* An old patch from Dan Lukes <dan at obluda.cz>:delphij2006-01-231-0/+2
| | | | | | | | | + Include netinet/in.h for ntohl() * Since the return value was tested separately, cast the values to size_t in order to shut up compiler warnings. + Raise WARNS= level to 6 PR: bin/71666
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-221-1/+0
| | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru
* Make this work on different endianness machines.ru2003-03-111-0/+1
| | | | | | | | Tested on: sparc64 : FreeBSD/i386 bootstrap loader, Revision 1.1 : (ru@panther.freebsd.org, Tue Mar 11 05:31:14 PST 2003) : Loading /boot/defaults/loader.conf
* Unset MAINTAINER.rnordier2001-07-211-2/+0
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-2/+0
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Set MAINTAINER.rnordier2000-10-021-0/+2
|
* o Allow btxld to be compiled on 64-bit machinesmarcel2000-01-041-0/+2
| | | | | | | | 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).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* btxld is a link editor for BTX (boot extender) clients, supporting ELF,rnordier1998-09-121-0/+7
a.out, and binary formats.
OpenPOWER on IntegriCloud