diff options
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r-- | net/ppp-mppe/DESCR | 6 | ||||
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/ppp-mppe/DESCR b/net/ppp-mppe/DESCR index 65c80d56bda..56d7691be0f 100644 --- a/net/ppp-mppe/DESCR +++ b/net/ppp-mppe/DESCR @@ -3,9 +3,9 @@ network connection over a serial link. At present, this package supports IP and the protocols layered above IP, such as TCP and UDP. This software consists of two parts: - - Loadable Kernel module, which establishes a network interface and - passes packets between the serial port, the kernel networking code and - the PPP daemon (pppd). + - A NetBSD Loadable Kernel module, which establishes a network interface + and passes packets between the serial port, the kernel networking code + and the PPP daemon (pppd). - The PPP daemon (pppd), which negotiates with the peer to establish the link and sets up the ppp network interface. Pppd includes support for authentication, so you can control which other systems may make a PPP diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index fad52f0e258..b10ac74bcbb 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/10/14 19:22:55 cube Exp $ +# $NetBSD: Makefile,v 1.20 2003/10/14 20:12:20 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -11,6 +11,8 @@ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption CONFLICTS+= ppp-2.* +ONLY_FOR_PLATFORM= NetBSD-*-* + OPENSSL_VERS= 0.9.6k OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} |