diff options
author | itojun <itojun@pkgsrc.org> | 2000-05-26 14:57:33 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-05-26 14:57:33 +0000 |
commit | 7670d04d6569f0855e1addcf4cc482d5e03aeacb (patch) | |
tree | ba1c5a5528e880087a006082a41bd357b9651795 /net | |
parent | d7dd467229af048af678b57958454524808d0913 (diff) | |
download | pkgsrc-7670d04d6569f0855e1addcf4cc482d5e03aeacb.tar.gz |
add net/p5-Socket6 into SUBDIR.
Socket6
$Id: README,v 1.6 2000/03/17 22:18:45 ume Exp $
1. Abstract
This module support getaddrinfo() and getnameinfo() to intend to
enable protocol independent programing.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 8d3945b1b5c..5c8ab35deb6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2000/05/22 03:57:12 sakamoto Exp $ +# $NetBSD: Makefile,v 1.126 2000/05/26 14:57:33 itojun Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -67,6 +67,7 @@ SUBDIR += p5-Net-DNS SUBDIR += p5-Net-Telnet SUBDIR += p5-SNMP + SUBDIR += p5-Socket6 SUBDIR += p5-Wais SUBDIR += pchar SUBDIR += pfnet |