ofwboot.net is gone. from hannken@

This commit is contained in:
mrg 2003-12-07 23:16:03 +00:00
parent 83f816d555
commit a777988c2a
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: binstall.sh,v 1.12 2003/07/10 04:48:34 lukem Exp $
# $NetBSD: binstall.sh,v 1.13 2003/12/07 23:16:28 mrg Exp $
#
vecho () {
@ -100,7 +100,7 @@ fi
if [ "$ULTRASPARC" = "1" ]; then
machine=sparc64
targ=ofwboot
netboot=ofwboot.net
netboot=ofwboot
BOOTPROG=$OFWBOOTBLK
BOOTXX=${MDEC}/bootblk
else

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.5 2002/05/07 12:45:18 lukem Exp $
# $NetBSD: Makefile,v 1.6 2003/12/07 23:16:03 mrg Exp $
.if ${MACHINE} == sparc64
SUBDIR= ../../sparc/stand/ofwboot
SUBDIR+=../../sparc/stand/ofwboot.net
SUBDIR+=../../sparc/stand/bootblk
SUBDIR+=../../sparc/stand/binstall
.endif