diff options
author | vs <vs@FreeBSD.org> | 2004-05-25 17:45:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-25 17:45:35 +0800 |
commit | e045948ef4c42c67e63fa41643fdd7d9c96fba4b (patch) | |
tree | 73164e956df0c9a93fc7bba5fef6fb91c9ce84d3 /net/Makefile | |
parent | acb9e15815fb820ba9b1f7665a792e3a98c5a8b7 (diff) | |
download | freebsd-ports-gnome-e045948ef4c42c67e63fa41643fdd7d9c96fba4b.tar.gz freebsd-ports-gnome-e045948ef4c42c67e63fa41643fdd7d9c96fba4b.tar.zst freebsd-ports-gnome-e045948ef4c42c67e63fa41643fdd7d9c96fba4b.zip |
Add ng_daphne 1.0, a simple netgraph module for multihop ad hoc
networks.
PR: ports/63580
Submitted by: Gerasimos Dimitriadis
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 7ea958fb7288..5083b8e0f889 100644 --- a/net/Makefile +++ b/net/Makefile @@ -356,6 +356,7 @@ SUBDIR += netstrain SUBDIR += nettest SUBDIR += newsbot + SUBDIR += ng_daphne SUBDIR += ng_netflow SUBDIR += ngrep SUBDIR += ngrep-lib |