diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:41:53 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 16:41:53 +0000 |
commit | b5007127c886c78139c7d94832b93ea16311085f (patch) | |
tree | 9e3c55a60e6085afe94612dd385ebf51dddf6ad5 /net/Makefile | |
parent | 18b67ce51d18e36347dca289b01c7bec7f051f43 (diff) |
New port: nast
Nast is a packet sniffer and a LAN analyzer based on Libnet and Libpcap.
PR: 51310
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=79754
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 f6d12dc49985..3a0764ec2ef5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -326,6 +326,7 @@ SUBDIR += naim SUBDIR += nam SUBDIR += napshare + SUBDIR += nast SUBDIR += nat SUBDIR += nbtscan SUBDIR += nc |