diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-08-30 22:17:42 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-08-30 22:17:42 +0000 |
commit | 004a76c5ca03c84c1c2e101805b88e3ede5890a2 (patch) | |
tree | 3d58dc804dad1a3a1393911e4c9f8db17d1062af | |
parent | new port of PBS 2.2p11, the portable batch scheduler (diff) |
Add pppoa, PPP over a USB ATM device.
Notes
Notes:
svn path=/head/; revision=47185
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 65866a1b34dd..5d5c67918c4e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -303,6 +303,7 @@ SUBDIR += poptop SUBDIR += ppp-nt SUBDIR += pppload + SUBDIR += pppoa SUBDIR += ppptraf SUBDIR += pptpclient SUBDIR += ppxp |