diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-10-05 04:38:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-10-05 04:38:28 +0000 |
commit | 07f9aa55bd66e48a06c19a7f1d5f89e8132e9634 (patch) | |
tree | 68bde2960a88b249a7450541a3204d0d956a7bc6 /sys/arch | |
parent | 71225ab04a555346d0b273449fcd39d598658bb2 (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/Makefile | 4 |
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 |