Define NOMAN earlier
This commit is contained in:
parent
98c78ad558
commit
ca234b7316
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile.bootprogs,v 1.31 2011/01/22 19:19:15 joerg Exp $
|
||||
# $NetBSD: Makefile.bootprogs,v 1.32 2011/01/23 13:24:05 joerg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.sys.mk> # for HOST_SH
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.22 2005/12/11 12:16:20 christos Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.23 2011/01/23 13:24:05 joerg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile.booters,v 1.53 2011/01/22 19:19:21 joerg Exp $
|
||||
# $NetBSD: Makefile.booters,v 1.54 2011/01/23 13:18:57 joerg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.sys.mk> # for HOST_SH
|
||||
|
@ -31,8 +33,6 @@ CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
|
|||
PRIMARY_LOAD_ADDRESS?= 0x80700000
|
||||
SECONDARY_LOAD_ADDRESS?=0x80710000
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.if defined(PRIMARY_PROG)
|
||||
PROG= ${PRIMARY_PROG}
|
||||
SRCS = start.S bootxx.c callvec.c
|
||||
|
|
Loading…
Reference in New Issue