Date: Wed, 31 Jul 2002 23:47:54 +0200 From: Michael Nottebrock <michaelnottebrock@gmx.net> To: cvs-all@FreeBSD.org Cc: rwatson@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/if_ppp Makefile src/sys/modules/if_tun Makefile Message-ID: <3D485B0A.1070909@gmx.net> References: <3D4856BA.1070205@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael Nottebrock wrote: > Robert Watson wrote: > > > Log: > > The ppp and tunnel modules now rely on opt_mac.h. Missed in a > > previous commit. > > Hmm, but where is opt_mac.h? Stupid question alright. Anyway, I got a build error a few minutes ago: ===> if_ppp @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define INET 1" >> opt_inet.h touch opt_ipx.h touch opt_ppp.h echo "#define PPP_BSDCOMP 1" >> opt_ppp.h echo "#define PPP_DEFLATE 1" >> opt_ppp.h echo "#define PPP_FILTER 1" >> opt_ppp.h echo "#define NPPP 2" > ppp.h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h 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/include /usr/src/sys/modules/if_ppp/../.. /net/if_ppp.c /usr/src/sys/modules/if_ppp/../../net/ppp_tty.c /usr/src/sys/modul es/if_ppp/../../net/slcompress.c /usr/src/sys/modules/if_ppp/../../net/bsd_comp. c /usr/src/sys/modules/if_ppp/../../net/ppp_deflate.c /usr/src/sys/modules/if_pp p/../../net/zlib.c /usr/src/sys/net/bsd_comp.c:46:21: opt_mac.h: No such file or directory mkdep: compile failed *** Error code 1 Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D485B0A.1070909>