NOxxx= variables should appear first
This commit is contained in:
parent
7b6e5e6602
commit
66173dd5f9
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile.netboot,v 1.3 2003/04/01 21:25:35 mycroft Exp $
|
||||
# $NetBSD: Makefile.netboot,v 1.4 2003/07/10 11:30:43 lukem Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
|
@ -6,7 +8,6 @@ S= ${.CURDIR}/../../../../../
|
|||
|
||||
BASE= netboot_${USE_NETIF}
|
||||
PROG= ${BASE}.rom
|
||||
NOMAN= # defined
|
||||
NEWVERSWHAT= "Network Boot (${USE_NETIF})"
|
||||
STARTFILE= ${ROMSTART}
|
||||
RELOC= 0x90000
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2002/09/11 02:17:14 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2003/07/10 11:31:13 lukem Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
|
@ -39,7 +41,6 @@ SRCS+= dev_net.c
|
|||
CLEANFILES+= srt0.o boot.elf boot.raw machine ${MACHINE_ARCH} limits.h
|
||||
CLEANFILES+= vers.c build.c build # generated dynamically
|
||||
|
||||
NOMAN= # defined
|
||||
BINDIR= /usr/mdec
|
||||
#LIBS= ${SALIB} ${KERNLIB} ${ZLIB}
|
||||
LIBS= ${SALIB} ${KERNLIB}
|
||||
|
|
Loading…
Reference in New Issue