diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-12-01 17:27:57 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-12-01 17:27:57 +0000 |
commit | 2cde05a4af97e23331ba350aa5b1d2033ef01a48 (patch) | |
tree | 7fc168a22ceb503ca7b086088dbf54d130cf877c /net | |
parent | 4e4a78db3c90de3e977ba2027fa49d6200f172b0 (diff) | |
download | pkgsrc-2cde05a4af97e23331ba350aa5b1d2033ef01a48.tar.gz |
Add libcares
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 163f9f148f3..d0708d50325 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.591 2005/11/21 19:46:46 minskim Exp $ +# $NetBSD: Makefile,v 1.592 2005/12/01 17:27:57 adrianp Exp $ # COMMENT= Networking tools @@ -164,6 +164,7 @@ SUBDIR+= lft SUBDIR+= lftp SUBDIR+= libIDL SUBDIR+= libares +SUBDIR+= libcares SUBDIR+= libdnet SUBDIR+= liblive SUBDIR+= libnids |