From 57ee5d43402ccb3f7960e4d92ed1f3e346c8f9aa Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 22 Sep 2006 15:05:24 +0000 Subject: [PATCH] Enable EPIA_HACK here too - http://mail-index.netbsd.org/port-i386/2006/08/18/0002.html --- sys/arch/i386/stand/pxeboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/stand/pxeboot/Makefile b/sys/arch/i386/stand/pxeboot/Makefile index bf5ec7d0d38f..1c286b34d93d 100644 --- a/sys/arch/i386/stand/pxeboot/Makefile +++ b/sys/arch/i386/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/25 14:12:14 lukem Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/22 15:05:24 abs Exp $ S= ${.CURDIR}/../../../../ @@ -57,6 +57,7 @@ CPPFLAGS+= -DSUPPORT_NFS #CPPFLAGS+= -DNFS_NOSYMLINK CPPFLAGS+= -DPASS_MEMMAP +PPFLAGS+= -DEPIA_HACK #CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main