diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-02 10:23:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-02 10:23:19 +0000 |
commit | 0972728260f55b29a138996d08f8d24479c8821e (patch) | |
tree | 5984467003206b597d026139f2b4ae853024fa5b /net | |
parent | ngrep strives to provide most of GNU grep's common features, applying (diff) |
turn on ngrep
Notes
Notes:
svn path=/head/; revision=24350
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ea30417be367..f567ef3df2f3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -111,6 +111,7 @@ SUBDIR += netcat SUBDIR += netpipes SUBDIR += nettest + SUBDIR += ngrep SUBDIR += nocol SUBDIR += ns SUBDIR += nslint |