diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 5dc6b669e566..eb5c2e0f2b26 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/12/11 12:17:47 christos Exp $ +# $NetBSD: Makefile,v 1.7 2006/11/14 14:03:12 drochner Exp $ SUBDIR= biosboot -LIBOBJ:= ${.OBJDIR} +LIBOBJ= ${.OBJDIR} .MAKEOVERRIDES+= LIBOBJ .include diff --git a/sys/arch/i386/stand/bootxx/Makefile b/sys/arch/i386/stand/bootxx/Makefile index f0e9aed126bf..f09762ab3152 100644 --- a/sys/arch/i386/stand/bootxx/Makefile +++ b/sys/arch/i386/stand/bootxx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/12/11 12:17:48 christos Exp $ +# $NetBSD: Makefile,v 1.11 2006/11/14 14:03:12 drochner Exp $ SUBDIR= bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 SUBDIR+=bootxx_msdos bootxx_ustarfs -LIBOBJ:= ${.OBJDIR} +LIBOBJ= ${.OBJDIR} .MAKEOVERRIDES+= LIBOBJ .include