summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/boot1
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-20 21:46:19 +0000
committerdfr <dfr@FreeBSD.org>1998-09-20 21:46:19 +0000
commit00428fddff8862c2a884e610cd9d03df7c381c0d (patch)
tree98ff0fdcfdfc60406b3f9b81136511b614dc6fe8 /sys/boot/alpha/boot1
parent48b3e5470102066f456686c366cf49009cf063b3 (diff)
downloadFreeBSD-src-00428fddff8862c2a884e610cd9d03df7c381c0d.zip
FreeBSD-src-00428fddff8862c2a884e610cd9d03df7c381c0d.tar.gz
Make the alpha bootstrap build again, fix some warning and change sdboot to daboot.
Diffstat (limited to 'sys/boot/alpha/boot1')
-rw-r--r--sys/boot/alpha/boot1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile
index 1e5a659..9eb9186 100644
--- a/sys/boot/alpha/boot1/Makefile
+++ b/sys/boot/alpha/boot1/Makefile
@@ -26,7 +26,7 @@ CLEANFILES+= ${PROG}.sym ${PROG}.nosym ${PROG}.list
all: ${PROG}
afterinstall:
- ln -sf boot1 /usr/mdec/sdboot
+ ln -sf boot1 /usr/mdec/daboot
${PROG}.nosym: ${PROG}.sym
cp ${PROG}.sym ${PROG}.nosym
OpenPOWER on IntegriCloud