Subject: Re: kernel compile and mk.conf
To: Amiga-NETBSD <port-amiga@netbsd.org>
From: Emm Vasilakis <evas@forthnet.gr>
List: port-amiga
Date: 10/15/2003 00:02:50
On Τρι, 2003-10-14 at 23:56, Emm Vasilakis wrote:

> Ok, so now I've got
> 
> #ifdef BSD_PKG_MK
> M68040=YES
> COPTS+=-O2
> CFLAGS+=-m68040
> #endif
> 
I meant

.ifdef BSD_PKG_MK
M68040=YES
COPTS+=-O2
CFLAGS+=-m68040
.endif

Thanks,
Emmanuel