Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 21:38:05 -0400 (EDT)
From:      zoonie <zoonie@myhouse.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: lkm/if_ppp breaking stable build for me
Message-ID:  <Pine.NEB.3.96.980624213415.4002A-100000@nak.myhouse.com>
In-Reply-To: <199806242224.PAA06993@ix.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
i had the same problem with stable today but i didn't have the time
to investigate what the deal was...i zapped all of my source and sucked
everything down this morning....

On Wed, 24 Jun 1998, Thomas Dean wrote:

> I am running -current, but, opt_ppp.h is empty on my system, too.
> 
> Looking at /usr/src/lkm/if_ppp/Makefile, it appears that opt_ppp.h is
> created during the make process.
> 
> # ls -l /sys/net
> -rw-r--r--  1 root  wheel    5481 Nov  9  1997 if_ppp.h
> 
> >From the Makefile:
> <snip>
> opt_ppp.h:
>         touch opt_ppp.h
> .if ${PPP_BSDCOMP} > 0
>         echo "#define PPP_BSDCOMP ${PPP_BSDCOMP}" > opt_ppp.h
> .endif
> .if ${PPP_DEFLATE} > 0
>         echo "#define PPP_DEFLATE ${PPP_DEFLATE}" >> opt_ppp.h
> .endif
> .if ${PPP_FILTER} > 0
>         echo "#define PPP_FILTER ${PPP_FILTER}" >> opt_ppp.h
> .endif
> <snip> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.980624213415.4002A-100000>