diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 06:51:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 06:51:06 +0000 |
commit | 58020cc7f07a53c4345c9f4030e97718b05d8351 (patch) | |
tree | d924343c1e1d13a3c0075bdc86ed404be0889c82 | |
parent | 2c6fc8676c4d04b5928a45cda88861fb770cc208 (diff) |
netbsd -> openbsd
-rw-r--r-- | sys/arch/sparc/stand/binstall.sh | 2 |
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 ;; |