diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-18 03:23:37 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-18 03:23:37 +0000 |
commit | 21b18ef51206fc8a32c87a8a9e5e019329db33f3 (patch) | |
tree | 59c92437a318c90fce25d049bc0be303259d1c68 /net | |
parent | 95386b01218276fe3da4d68325c5414759d61988 (diff) |
Add xtraceroute
Notes
Notes:
svn path=/head/; revision=25965
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 c87d3877376e..c7ff0c4ad202 100644 --- a/net/Makefile +++ b/net/Makefile @@ -208,6 +208,7 @@ SUBDIR += xicq SUBDIR += xipmsg SUBDIR += xisp + SUBDIR += xtraceroute SUBDIR += xwhois SUBDIR += ytalk SUBDIR += zebra |