diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-23 04:41:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-23 04:41:52 +0000 |
commit | cea48283088a8fd02b1eca42d054562216d8f75d (patch) | |
tree | 2e65ef1be1f5c19cfa0238055efb688c7b8dd28e /net/Makefile | |
parent | TLS support is not being build on all systems. Fix this. (diff) |
o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software
o Does not work yet with FreeBSD's pppd. It is being imported in
the hope that will bring ppl to fix it. Therefore, marked BROKEN.
Notes
Notes:
svn path=/head/; revision=40245
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fc3d13642adc..f766d2040c96 100644 --- a/net/Makefile +++ b/net/Makefile @@ -258,6 +258,7 @@ SUBDIR += rinetd SUBDIR += ripetools SUBDIR += rmsg + SUBDIR += rp-pppoe SUBDIR += rrdtool SUBDIR += rshell SUBDIR += rsync |