diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-29 05:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-29 05:17:17 +0000 |
commit | 339790fd2dd5ded7c55d87af4375eaa2ebe16eb9 (patch) | |
tree | f056aadc6083519369f42653e70c3afad5603fa3 /net/Makefile | |
parent | . In the informative message regarding downloading the necessary files, (diff) |
Add net/icmpchat - Simple chat program based on the ICMP protocol.
PR: ports/44579
Submitted by: Matthew West <mwest@uct.ac.za>
Notes
Notes:
svn path=/head/; revision=69075
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 7a14a246eadb..e5dbe8f1c130 100644 --- a/net/Makefile +++ b/net/Makefile @@ -191,6 +191,7 @@ SUBDIR += hx SUBDIR += icb SUBDIR += ickle + SUBDIR += icmpchat SUBDIR += icmpinfo SUBDIR += icmpmonitor SUBDIR += icmpquery |