diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-19 22:06:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-19 22:06:30 +0000 |
commit | 83076530c6795693785a2e0a11b22c06a65ecb0c (patch) | |
tree | 574e444cb603aa34d7393c63e9dcc50cf9c6fe8f /net/Makefile | |
parent | 7fdc1932c00ecd886aa947ffa02752656f4e8211 (diff) |
Add ruby-pcap, Ruby interface to LBL Packet Capture library (libpcap).
Notes
Notes:
svn path=/head/; revision=35271
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 6a6b6c2d9651..0a7c8648e64f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -232,6 +232,7 @@ SUBDIR += ruby-drb SUBDIR += ruby-icmp SUBDIR += ruby-ldap + SUBDIR += ruby-pcap SUBDIR += ruby-snmp SUBDIR += ruby-uri SUBDIR += rwhois |