Build and install resurrected luna68k bootloader.

This commit is contained in:
tsutsui 2013-01-06 07:04:48 +00:00
parent fa04e235ed
commit fce6f7dfc3
4 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,2 @@
# $NetBSD: md.luna68k,v 1.5 2013/01/06 07:04:48 tsutsui Exp $
./usr/mdec/boot base-sysutil-bin

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:37 apb Exp $
# $NetBSD: Makefile,v 1.4 2013/01/06 07:04:49 tsutsui Exp $
# Makefile for luna68k tags file
@ -27,6 +27,6 @@ links:
-for i in ${DLUNA68K}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
SUBDIR= compile include
SUBDIR= compile include stand
.include <bsd.subdir.mk>

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
SUBDIR= boot
.include <bsd.subdir.mk>

View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile.inc,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
BINDIR= /usr/mdec
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=