diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-12-14 08:44:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-12-14 08:44:26 +0000 |
commit | 93bfd73b8b7e9f519f2995f1b053b47c852cf43f (patch) | |
tree | cf2dc3af4756488dd035b514453793cf41339aa0 /net/Makefile | |
parent | df48714f08ac11434445b677801b228e799b37b5 (diff) |
New port: net/ns3
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use. ns-3 is free
software, licensed under the GNU GPLv2 license, and is publicly
available for research, development, and use.
WWW: https://www.nsnam.org/
PR: 203083
Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes
Notes:
svn path=/head/; revision=403710
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 ca0a896cf28e..4cf6b112cb20 100644 --- a/net/Makefile +++ b/net/Makefile @@ -440,6 +440,7 @@ SUBDIR += nocatsplash SUBDIR += nos-ttb SUBDIR += nph + SUBDIR += ns3 SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap |