diff --git a/sys/arch/vax/boot/xxboot/Makefile b/sys/arch/vax/boot/xxboot/Makefile index 36c280b14a49..9e461a0e861f 100644 --- a/sys/arch/vax/boot/xxboot/Makefile +++ b/sys/arch/vax/boot/xxboot/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2003/12/08 07:32:19 matt Exp $ +# $NetBSD: Makefile,v 1.19 2003/12/09 04:54:54 matt Exp $ S= ${.CURDIR}/../../../.. +.include + PROG= xxboot LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot LINKS+= ${BINDIR}/xxboot ${BINDIR}/rdboot diff --git a/sys/arch/vax/boot/xxboot_ustarfs/Makefile b/sys/arch/vax/boot/xxboot_ustarfs/Makefile index 1100ac019a39..f50f16cd94e6 100644 --- a/sys/arch/vax/boot/xxboot_ustarfs/Makefile +++ b/sys/arch/vax/boot/xxboot_ustarfs/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/12/08 07:32:19 matt Exp $ +# $NetBSD: Makefile,v 1.6 2003/12/09 04:54:54 matt Exp $ S= ${.CURDIR}/../../../.. +.include + .PATH: ${.CURDIR}/../xxboot PROG= xxboot_ustarfs