summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-10-05 04:38:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-10-05 04:38:28 +0000
commit07f9aa55bd66e48a06c19a7f1d5f89e8132e9634 (patch)
tree68bde2960a88b249a7450541a3204d0d956a7bc6 /sys/arch
parent71225ab04a555346d0b273449fcd39d598658bb2 (diff)
No need to create {sd,wd}boot links to xxboot anymore.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/landisk/stand/xxboot/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/landisk/stand/xxboot/Makefile b/sys/arch/landisk/stand/xxboot/Makefile
index 44da161da5f..dfe02078e98 100644
--- a/sys/arch/landisk/stand/xxboot/Makefile
+++ b/sys/arch/landisk/stand/xxboot/Makefile
@@ -1,11 +1,9 @@
-# $OpenBSD: Makefile,v 1.8 2015/06/14 19:08:59 miod Exp $
+# $OpenBSD: Makefile,v 1.9 2015/10/05 04:38:27 miod Exp $
MAN= xxboot.8
.if ${MACHINE} == "landisk"
PROG= xxboot
-LINKS= ${BINDIR}/xxboot ${BINDIR}/sdboot
-LINKS+= ${BINDIR}/xxboot ${BINDIR}/wdboot
SRCS= pbr.S xxboot.S boot1.c
LDFLAGS=-nostdlib -Ttext 0x8c201000 -N -x -Bstatic -e start -nopie