Ensure that NOMAN is defined earlier.

This commit is contained in:
joerg 2011-01-24 19:27:18 +00:00
parent 5ed8b0e973
commit c7d2d6685d
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.26 2011/01/22 19:19:21 joerg Exp $ # $NetBSD: Makefile,v 1.27 2011/01/24 19:27:18 joerg Exp $
S!= cd ${.CURDIR}/../../../.. ; pwd S!= cd ${.CURDIR}/../../../.. ; pwd
.include <bsd.own.mk>
PROG= ofwboot PROG= ofwboot
NOMAN= # defined
SRCS= ofwstart.S Locore.c boot.c ofdev.c net.c netif_of.c SRCS= ofwstart.S Locore.c boot.c ofdev.c net.c netif_of.c
SRCS+= mbr.c rdb.c vers.c SRCS+= mbr.c rdb.c vers.c
CFLAGS+= -msoft-float -Wno-main -ffreestanding CFLAGS+= -msoft-float -Wno-main -ffreestanding
@ -13,6 +12,9 @@ CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
#CPPFLAGS+= -DOFWDUMP #CPPFLAGS+= -DOFWDUMP
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP -I${.CURDIR} CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP -I${.CURDIR}
CPPFLAGS+= -DHEAP_VARIABLE CPPFLAGS+= -DHEAP_VARIABLE
.include <bsd.own.mk>
DBG= -Os -mmultiple DBG= -Os -mmultiple
SRCS+= ofwmagic.S SRCS+= ofwmagic.S
@ -21,7 +23,6 @@ SRCS+= ofwmagic.S
SRCS+= byteorder.c SRCS+= byteorder.c
.PATH: ${S}/lib/libsa .PATH: ${S}/lib/libsa
NOMAN= # defined
STRIPFLAG= STRIPFLAG=
BINMODE= 444 BINMODE= 444