include ${.CURDIR}/../Makefile.booters

This commit is contained in:
aymeric 2002-01-26 15:03:17 +00:00
parent 8cecf70c19
commit 2eb3bcf102
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2002/01/26 13:17:58 aymeric Exp $
# $NetBSD: Makefile,v 1.26 2002/01/26 15:03:17 aymeric Exp $
### what we need:
@ -103,3 +103,5 @@ m68k:
${COBJS}: ${TXLT}
${FILES}: ${RELOC2BB}
.include "${.CURDIR}/../Makefile.booters"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2001/12/17 05:40:40 mhitch Exp $
# $NetBSD: Makefile,v 1.2 2002/01/26 15:03:17 aymeric Exp $
### what we need:
@ -106,3 +106,5 @@ m68k:
${COBJS}: ${TXLT}
${FILES}: ${RELOC2BB}
.include "${.CURDIR}/../Makefile.booters"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/01/26 13:21:11 aymeric Exp $
# $NetBSD: Makefile,v 1.4 2002/01/26 15:03:18 aymeric Exp $
### what we need:
@ -109,3 +109,5 @@ libboot.a: ${OBJS}
${COBJS}: ${TXLT}
${FILES}: ${RELOC2BB}
.include "${.CURDIR}/../Makefile.booters"