diff options
author | reed <reed@pkgsrc.org> | 2004-08-27 00:22:01 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-08-27 00:22:01 +0000 |
commit | fa45d7e19e02cf835ce9255a098b2a7166f796ad (patch) | |
tree | d535c1b55c5b62a0042c39ec9af4c0ccfec457bf /net/Makefile | |
parent | 383881d964704a736a3a22e37cdf97a187c50a93 (diff) | |
download | pkgsrc-fa45d7e19e02cf835ce9255a098b2a7166f796ad.tar.gz |
Import ppp-lzs from pkgsrc-wip. Thank you, Iain Hibbert.
This is a NetBSD decompressor for PPP compatible with the Stac LZS
scheme as described in rfc1974. The algorithm is apparently covered
by patents held by Hifn in the USA and Europe though it was written
independently with no help from Hifn or anybody associated with them,
and with no reference to the patents. You might want to consider this
'example' code only if that makes you feel better.
This package patches the included pppd in NetBSD and thus, in order to
compile this, you will need to have the NetBSD source sets installed.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 87ff4fcd6cf..6f2878c72ed 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.488 2004/08/13 19:34:50 jschauma Exp $ +# $NetBSD: Makefile,v 1.489 2004/08/27 00:22:01 reed Exp $ # COMMENT= Networking tools @@ -259,6 +259,7 @@ SUBDIR+= pload SUBDIR+= poink SUBDIR+= polsms SUBDIR+= poptop +SUBDIR+= ppp-lzs SUBDIR+= ppp-mppe SUBDIR+= pptp SUBDIR+= proftpd |