diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-17 14:21:39 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-17 14:21:39 +0800 |
commit | f3154fe726a26c34431eb3834120916b18b63174 (patch) | |
tree | 14262c00e762d93f2aede4342c6a866cd2a17904 /net/Makefile | |
parent | 701c7f1a16e6ac6d41d9da87ec12b9594f1bda2a (diff) | |
download | freebsd-ports-gnome-f3154fe726a26c34431eb3834120916b18b63174.tar.gz freebsd-ports-gnome-f3154fe726a26c34431eb3834120916b18b63174.tar.zst freebsd-ports-gnome-f3154fe726a26c34431eb3834120916b18b63174.zip |
Initial import of ngrep-lib-1.0.
This library is based on ngrep. Instead of having
to worry about the pcap, the options, the syntax, the processing
of the IP packets et al.
PR: 30154
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 c1fede28c9d0..dc6c7e00c0bf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -227,6 +227,7 @@ SUBDIR += netsed SUBDIR += nettest SUBDIR += ngrep + SUBDIR += ngrep-lib SUBDIR += nocol SUBDIR += ns SUBDIR += nsc |