diff options
author | brian <brian@FreeBSD.org> | 2001-08-31 06:17:42 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-08-31 06:17:42 +0800 |
commit | 4e6301390426edbd548d4ea2bd607dd612992f5d (patch) | |
tree | b5f05d101e4d874f0781071d0f81eb27f4367686 | |
parent | e053890ee1c9ffc48d7f886af31b2b80b68a747a (diff) | |
download | freebsd-ports-gnome-4e6301390426edbd548d4ea2bd607dd612992f5d.tar.gz freebsd-ports-gnome-4e6301390426edbd548d4ea2bd607dd612992f5d.tar.zst freebsd-ports-gnome-4e6301390426edbd548d4ea2bd607dd612992f5d.zip |
Add pppoa, PPP over a USB ATM device.
-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 |