diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-29 13:32:12 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-29 13:32:12 +0000 |
commit | 0e1aa2a5ed3e095600b2dcc4910d28dd5595aba7 (patch) | |
tree | e324f783d8e220f11ce5b7d081795dc2bae77921 /net/Makefile | |
parent | 390274313350c8759149080dbae062b5d5718f17 (diff) | |
download | ports-0e1aa2a5ed3e095600b2dcc4910d28dd5595aba7.tar.gz ports-0e1aa2a5ed3e095600b2dcc4910d28dd5595aba7.zip |
Add a new port atmsupport: contains a number of
libraries and tools to test the NgATM sub-system.
The easiest way to run these tests are the scripts
in /usr/src/tools/regression/atm.
Submitted by: harti
Notes
Notes:
svn path=/head/; revision=99404
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 654b5f1b496d..e4b36a4d1f09 100644 --- a/net/Makefile +++ b/net/Makefile @@ -36,6 +36,7 @@ SUBDIR += aslookup SUBDIR += aspathtree SUBDIR += asterisk + SUBDIR += atmsupport SUBDIR += ayttm SUBDIR += b2bua SUBDIR += balance |