Date: Wed, 24 Jun 1998 15:24:59 -0700 (PDT) From: Thomas Dean <tomdean@ix.netcom.com> To: wes@bogon.net Cc: freebsd-stable@FreeBSD.ORG Subject: Re: lkm/if_ppp breaking stable build for me Message-ID: <199806242224.PAA06993@ix.netcom.com> In-Reply-To: <199806241910.MAA24470@kryten.bogon.net> (message from Wes Santee on Wed, 24 Jun 1998 12:10:37 -0700 (PDT))
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806242224.PAA06993>
