merge ultrasparc ofwboot / ofwboot.net.

This commit is contained in:
mrg 2003-12-07 09:05:18 +00:00
parent 6a02b7be66
commit 8ae92b7455
3 changed files with 6 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.18 2003/05/17 02:45:04 nakayama Exp $
# $NetBSD: Makefile,v 1.19 2003/12/07 09:05:18 mrg Exp $
.if ${MACHINE} == sparc
SUBDIR= boot bootxx bootblk ofwboot ofwboot.net binstall
SUBDIR= boot bootxx bootblk ofwboot binstall
.endif
.include <bsd.subdir.mk>

View File

@ -1,8 +0,0 @@
# $NetBSD: Makefile,v 1.1 2000/08/20 14:58:44 mrg Exp $
CPPFLAGS+= -DNETBOOT
PROG= ofwboot.net
.include "../ofwboot/Makefile"
.PATH: ${.CURDIR}/../ofwboot

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2003/10/26 07:25:37 lukem Exp $
# $NetBSD: Makefile,v 1.10 2003/12/07 09:05:18 mrg Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@ -18,8 +18,11 @@ CWARNFLAGS+= -Wno-main
CFLAGS+= ${COPTS} ${CEXTRAFLAGS}
CPPFLAGS+= -D_STANDALONE -DSUN4U
CPPFLAGS+= -DBOOT_ELF32 -DBOOT_ELF64
CPPFLAGS+= -DNETBOOT
#CPPFLAGS+= -DNETIF_DEBUG
LINKS+= ${BINDIR}/ofwboot ${BINDIR}/ofwboot.net
NOMAN= # defined
STRIPFLAG=
BINMODE= 444