summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 06:51:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-22 06:51:06 +0000
commit58020cc7f07a53c4345c9f4030e97718b05d8351 (patch)
treed924343c1e1d13a3c0075bdc86ed404be0889c82
parent2c6fc8676c4d04b5928a45cda88861fb770cc208 (diff)
netbsd -> openbsd
-rw-r--r--sys/arch/sparc/stand/binstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/binstall.sh b/sys/arch/sparc/stand/binstall.sh
index d3fcad7caa6..552a18ef41c 100644
--- a/sys/arch/sparc/stand/binstall.sh
+++ b/sys/arch/sparc/stand/binstall.sh
@@ -106,7 +106,7 @@ case $WHAT in
;;
"net")
- TARGET=$DEST/boot.sparc.netbsd.$KARCH
+ TARGET=$DEST/boot.sparc.openbsd.$KARCH
vecho Target: $TARGET
$DOIT dd if=${MDEC}/boot of=$TARGET skip=$SKIP bs=32
;;