Date: Tue, 20 Jun 2000 10:46:42 -0500 (EST) From: Steve Spicklemire <steve@spvi.com> To: freebsd-stable@FreeBSD.ORG Cc: steve@spvi.com Subject: No rc4 directory in cvsup of RELENG_4? Message-ID: <200006201546.KAA38720@mercury.spvi.com> In-Reply-To: <200006112014.PAA24145@mercury.spvi.com> (message from Steve Spicklemire on Sun, 11 Jun 2000 15:14:26 -0500 (EST)) References: <200006112014.PAA24145@mercury.spvi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Folks,
I'm trying to get mpd/mppc working and I'm finding that
I don't have ng_mppc.ko. Trying to track this down I've found
that /usr/src/sys/modules/netgraph/Makefile has:
----------------------------------------------------------------------
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD: src/sys/modules/netgraph/Makefile,v 1.8.2.1 2000/04/18 04:48:35 archie Exp $
SUBDIR= async bpf cisco echo frame_relay hole iface ksocket lmi \
netgraph ppp pppoe pptpgre rfc1490 socket tee tty UI vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif
.include <bsd.subdir.mk>
----------------------------------------------------------------------
So mppc is only included if NOCRYPT is not defined and there is
a file:
/usr/src/sys/crypto/rc4/rc4.c
but I have no directory /usr/src/sys/crypto/rc4 ! So I can't have
the file.
Here's my cvsupfile:
----------------------------------------------------------------------
*default host=cvsup4.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default tag=RELENG_4
*default delete use-rel-suffix
src-all
src-crypto
src-secure
*default tag=.
ports-all
doc-all
----------------------------------------------------------------------
What do I need to get rc4?
thanks!
-steve
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?200006201546.KAA38720>
