Make sure to include <bsd.own.mk> to pick up the definition of HAVE_GCC3
This commit is contained in:
parent
38f213672c
commit
031990a547
|
@ -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}/../../../..
|
S= ${.CURDIR}/../../../..
|
||||||
|
|
||||||
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
PROG= xxboot
|
PROG= xxboot
|
||||||
LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot
|
LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot
|
||||||
LINKS+= ${BINDIR}/xxboot ${BINDIR}/rdboot
|
LINKS+= ${BINDIR}/xxboot ${BINDIR}/rdboot
|
||||||
|
|
|
@ -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}/../../../..
|
S= ${.CURDIR}/../../../..
|
||||||
|
|
||||||
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../xxboot
|
.PATH: ${.CURDIR}/../xxboot
|
||||||
|
|
||||||
PROG= xxboot_ustarfs
|
PROG= xxboot_ustarfs
|
||||||
|
|
Loading…
Reference in New Issue