diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 18:05:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-08 18:05:31 +0000 |
commit | 065f6172ffd3d6ae5ed5b2e1d4d1ca9aa060d766 (patch) | |
tree | c8f61278f04c53a10dd59fab45f36c633d3e048d /sys/arch/landisk | |
parent | c8736639252a1d84b30e538ff37a2bd7f4549ca8 (diff) |
fix LINKS
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/stand/xxboot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/xxboot/Makefile b/sys/arch/landisk/stand/xxboot/Makefile index 5cafc9b3f77..ad18267d582 100644 --- a/sys/arch/landisk/stand/xxboot/Makefile +++ b/sys/arch/landisk/stand/xxboot/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2006/11/08 17:46:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/08 18:05:30 deraadt Exp $ MAN= xxboot.8 .if ${MACHINE} == "landisk" PROG= xxboot -LINKS= sdboot wdboot +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 |