summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-26 14:32:53 +0000
committerphk <phk@FreeBSD.org>2003-01-26 14:32:53 +0000
commitf48c20899ab581d93853c6e18cb43080f58facda (patch)
tree4de7644cb68ccbc9dc160d085fef1b665ae0865c /sys
parentf67e3529e337e137d462fa1a5d1de83534f9a388 (diff)
downloadFreeBSD-src-f48c20899ab581d93853c6e18cb43080f58facda.zip
FreeBSD-src-f48c20899ab581d93853c6e18cb43080f58facda.tar.gz
Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the
bootstrap code for disklabel using architectures.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/alpha/boot1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile
index c6271ba..d937c17 100644
--- a/sys/boot/alpha/boot1/Makefile
+++ b/sys/boot/alpha/boot1/Makefile
@@ -4,6 +4,7 @@
.include <../Makefile.inc>
PROG = boot1
+LINKS = ${BINDIR}/${PROG} ${BINDIR}/boot
.PATH: ${.CURDIR}/../libalpha
OpenPOWER on IntegriCloud