diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-17 16:29:03 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-17 16:29:03 +0000 |
commit | 1c93d98a02c03be1f9b5dcfdc93758f87dc5d455 (patch) | |
tree | b1cff448ed12fe4427adfd708c57eacdf7fee405 /net/Makefile | |
parent | 915850fa63a21a1b02f7463b279dedcbacae55b0 (diff) | |
download | ports-1c93d98a02c03be1f9b5dcfdc93758f87dc5d455.tar.gz ports-1c93d98a02c03be1f9b5dcfdc93758f87dc5d455.zip |
Enable traceroute.
Notes
Notes:
svn path=/head/; revision=6472
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ad084f3e075c..7a499702da5e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.100 1997/04/18 12:10:54 jfitz Exp $ +# $Id: Makefile,v 1.101 1997/05/05 10:46:43 jfitz Exp $ # SUBDIR += archie @@ -57,6 +57,7 @@ SUBDIR += telnetx SUBDIR += tintin++ SUBDIR += tinyfugue + SUBDIR += traceroute SUBDIR += trafshow SUBDIR += ucd-snmp SUBDIR += wais |