Add -DSLOW to reduce the size of libz a bit.
This commit is contained in:
parent
96f88c853c
commit
d35a2d2955
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.42 2003/02/02 21:05:53 dsl Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2003/04/01 21:25:34 mycroft Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../
|
||||
|
||||
|
@ -15,6 +15,7 @@ RELOC= 0x0
|
|||
|
||||
SRCS= main.c devopen.c conf.c exec.c
|
||||
|
||||
CPPFLAGS+= -DSLOW # for libz
|
||||
CPPFLAGS+= -DCOMPAT_386BSD_MBRPART -DSUPPORT_PS2
|
||||
|
||||
.if (${BASE} == "biosboot")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2003/02/01 14:48:17 dsl Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2003/04/01 21:25:35 mycroft Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../
|
||||
|
||||
|
@ -11,6 +11,7 @@ RELOC= 0x100
|
|||
|
||||
SRCS= main.c devopen.c exec.c
|
||||
|
||||
CPPFLAGS+= -DSLOW # for libz
|
||||
CPPFLAGS+= -DCOMPAT_386BSD_MBRPART
|
||||
CPPFLAGS+= -DXMS
|
||||
#uncomment if there are problems with memory detection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.netboot,v 1.2 2002/02/19 19:55:01 thorpej Exp $
|
||||
# $NetBSD: Makefile.netboot,v 1.3 2003/04/01 21:25:35 mycroft Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
|
@ -15,6 +15,7 @@ RELOC= 0x90000
|
|||
|
||||
SRCS= main.c devopen.c conf.c dev_net.c exec.c
|
||||
|
||||
CPPFLAGS+= -DSLOW # for libz
|
||||
#CPPFLAGS+= -DDEBUG
|
||||
#CPPFLAGS+= -DNET_DEBUG
|
||||
CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2003/03/11 15:01:51 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/04/01 21:25:35 mycroft Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../
|
||||
|
||||
|
@ -19,6 +19,8 @@ SRCS= main.c dev_net.c devopen.c conf.c exec.c pxe.c pxe_call.S
|
|||
.PATH: ${.CURDIR}/../libsa
|
||||
SRCS+= nfs.c
|
||||
|
||||
CPPFLAGS+= -DSLOW # for libz
|
||||
|
||||
.if (${BASE} == "pxeboot_ia32")
|
||||
# Various serial line configurations
|
||||
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
||||
|
|
Loading…
Reference in New Issue