diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:24:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:24:30 +0000 |
commit | c3c940542393ea373cb20b6755d41b57c7fafd4c (patch) | |
tree | d4845cf3d0c4ee51fc5604ebd3ad24a0c85975a3 /net/Makefile | |
parent | upgrade to 0.30 (diff) |
add p5-Net-Pcap
Interface to pcap(3) LBL packet capture library
PR: 32775
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=51473
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 b3a8aa3f900a..aaaf9c01d30f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -293,6 +293,7 @@ SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia + SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SSH |