Re: if_ef module broken in -current

2001-03-15 Thread Will Andrews
On Thu, Mar 15, 2001 at 12:15:24PM +0200, John Hay wrote: > Maybe somebody broke make? The if_ef Makefile is .for and .if statements. You're right. I've backed this out until I can figure out how to properly fix the bug "fixed" in rev 1.27 of parse.c. Thanks. -- wca PGP signature

Re: if_ef module broken in -current

2001-03-15 Thread John Hay
> ===> if_ef > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > echo "#define IPX 1" > opt_ipx.h > echo "#define INET 1" > opt_inet.h > echo " > > echo " > > echo " > > echo " > > rm -f .depend > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev >-I@/../incl

if_ef module broken in -current

2001-03-15 Thread Jordan Hubbard
===> if_ef @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define IPX 1" > opt_ipx.h echo "#define INET 1" > opt_inet.h echo " echo " echo " echo " rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/src/i386/usr