summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorreed <reed>2004-08-27 00:22:01 +0000
committerreed <reed>2004-08-27 00:22:01 +0000
commitfb79c24afddf9479b066e6b7423a6d4fa8df3b7f (patch)
treed535c1b55c5b62a0042c39ec9af4c0ccfec457bf /net
parentc5b18724f609e4741e269de3bdf7505fe042b5fc (diff)
downloadpkgsrc-fb79c24afddf9479b066e6b7423a6d4fa8df3b7f.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