History log of /netbsd-src/usr.sbin/mdsetimage/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# e49db1a5 21-Sep-2016 christos <christos@NetBSD.org>

merge copies...


# 826a1460 18-May-2003 lukem <lukem@NetBSD.org>

Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.


# 174b4747 10-Dec-2002 fvdl <fvdl@NetBSD.org>

Include -DNLIST_ELF64 for x86_64.


# 3658e028 25-Nov-2002 fvdl <fvdl@NetBSD.org>

Add x86_64 if clause to get correct types.


# e4e309c6 12-Dec-2001 fredette <fredette@NetBSD.org>

Define both NLIST_ELF32 and NLIST_AOUT on m68000.


# a8318911 21-Oct-2001 jmc <jmc@NetBSD.org>

Pull in mdsetimage to the tools builds. (XXX - using libbfd here would
probably be preferrable long term).


# 09af009a 21-Jun-2001 eeh <eeh@NetBSD.org>

Fix typo in previous. (damn vi.)


# 5e8c6923 21-Jun-2001 eeh <eeh@NetBSD.org>

Add sparc64 support for both sparc and sparc64:

ELF64 for 64-bit sparc64 kernels.
ELF32 for 32-bit sparc and sparc64 kernels.
a.out for old sparc kernels.


# 1ac71807 01-May-2001 matt <matt@NetBSD.org>

Enable ELF32 for vax re: mdsetimage.


# f7bfe29c 24-Apr-2001 bjh21 <bjh21@NetBSD.org>

Compile with ELF support on ARM systems.


# 3a7ec5d5 18-Feb-2001 tsutsui <tsutsui@NetBSD.org>

Define both NLIST_ELF32 and NLIST_AOUT on m68k.


# 745fabb2 05-Jan-2001 shin <shin@NetBSD.org>

MACHINE_ARCH for MIPS machine is "mipsel" or "mipseb".


# 92ee339d 04-Jan-2001 itojun <itojun@NetBSD.org>

sh3 split


# ab701978 18-Dec-2000 scw <scw@NetBSD.org>

Select the object format in the Makefile, to allow selecting on
%MACHINE when deciding what object formats to support.


# ec7f04c3 12-Sep-1999 itojun <itojun@NetBSD.org>

support coff image file.
(this is part of NetBSD/sh3 patches)


# 8ea56d49 02-Jan-1997 pk <pk@NetBSD.org>

This program is now called `mdsetimage'.


# 257aa690 04-Oct-1996 cgd <cgd@NetBSD.org>

rdsetimage, a program to set kernel RAM disk images.
Written from scratch by me, today.