diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:44:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:44:15 +0000 |
commit | 4a339d3853792749c62cfa7f64ab16811b6de305 (patch) | |
tree | bb1d10176c64ada426e47aa2bb0a3eb4f1114351 /net/Makefile | |
parent | Add libtar 1.2, a library for manipulating POSIX and GNU tar files. (diff) |
Add netsed 0.01, a program that alters the contents of packets in
real-time.
PR: 24178
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=39457
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 7eae85fae1fe..6a10c85784b9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -173,6 +173,7 @@ SUBDIR += netpipes SUBDIR += netsaint SUBDIR += netsaint-plugins + SUBDIR += netsed SUBDIR += nettest SUBDIR += ngrep SUBDIR += nocol |