From f48c20899ab581d93853c6e18cb43080f58facda Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 26 Jan 2003 14:32:53 +0000 Subject: Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the bootstrap code for disklabel using architectures. --- sys/boot/alpha/boot1/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') 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 -- cgit v1.1