diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/boot/xxboot/Makefile | 5 | ||||
-rw-r--r-- | sys/arch/vax/stand/xxboot/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/xxboot/Makefile b/sys/arch/vax/boot/xxboot/Makefile index 22bef4f3d13..75c87e7a86c 100644 --- a/sys/arch/vax/boot/xxboot/Makefile +++ b/sys/arch/vax/boot/xxboot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2000/04/27 02:26:27 bjc Exp $ +# $OpenBSD: Makefile,v 1.2 2000/10/04 04:54:38 bjc Exp $ # $NetBSD: Makefile,v 1.2 1999/10/23 14:40:39 ragge Exp $ -S=../../../.. +S=${.CURDIR}/../../../../ PROG= xxboot LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot @@ -18,6 +18,7 @@ CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \ BINDIR= /usr/mdec NOMAN= 1 +SAREL= SA_AS= library .include "${S}/lib/libsa/Makefile.inc" LIBSA= ${SALIB} diff --git a/sys/arch/vax/stand/xxboot/Makefile b/sys/arch/vax/stand/xxboot/Makefile index 22bef4f3d13..75c87e7a86c 100644 --- a/sys/arch/vax/stand/xxboot/Makefile +++ b/sys/arch/vax/stand/xxboot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2000/04/27 02:26:27 bjc Exp $ +# $OpenBSD: Makefile,v 1.2 2000/10/04 04:54:38 bjc Exp $ # $NetBSD: Makefile,v 1.2 1999/10/23 14:40:39 ragge Exp $ -S=../../../.. +S=${.CURDIR}/../../../../ PROG= xxboot LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot @@ -18,6 +18,7 @@ CPPFLAGS+=-D_STANDALONE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS \ BINDIR= /usr/mdec NOMAN= 1 +SAREL= SA_AS= library .include "${S}/lib/libsa/Makefile.inc" LIBSA= ${SALIB} |