summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-08-27 00:22:01 +0000
committerreed <reed@pkgsrc.org>2004-08-27 00:22:01 +0000
commit139b6721e81ef4215624e159bf4a6621e270ecf7 (patch)
treed535c1b55c5b62a0042c39ec9af4c0ccfec457bf /net
parent823a4b9bca0b18a665549f48bb29da99d0fedad9 (diff)
downloadpkgsrc-139b6721e81ef4215624e159bf4a6621e270ecf7.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')
-rw-r--r--net/Makefile3
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