diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:35:54 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:35:54 +0000 |
commit | a04c61f7b015f7582d1e377e5cf80098ebd7e331 (patch) | |
tree | b02392220963ab3e89fd5f54694949c6c465cd73 /net/Makefile | |
parent | 44906660d2b8bc04fe1b90a89769f684a9e2c0c9 (diff) |
Add new port net/py-adns - Python interface to asynchronous dns resolver
PR: 35277
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes
Notes:
svn path=/head/; revision=55281
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 47310d21c1c5..eaa521af18f2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -373,6 +373,7 @@ SUBDIR += punkbuster-data SUBDIR += pvm SUBDIR += pvm++ + SUBDIR += py-adns SUBDIR += py-ipy SUBDIR += py-jabber SUBDIR += py-libnet |