From owner-cvs-all Wed Jul 31 14:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9259F37B401 for ; Wed, 31 Jul 2002 14:47:57 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 318EF43E70 for ; Wed, 31 Jul 2002 14:47:56 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 1730 invoked by uid 0); 31 Jul 2002 21:47:54 -0000 Received: from pd90032a2.dip.t-dialin.net (HELO gmx.net) (217.0.50.162) by mail.gmx.net (mp003-rz3) with SMTP; 31 Jul 2002 21:47:54 -0000 Message-ID: <3D485B0A.1070909@gmx.net> Date: Wed, 31 Jul 2002 23:47:54 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 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 References: <3D4856BA.1070205@gmx.net> X-Enigmail-Version: 0.61.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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