diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 23:49:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 23:49:34 +0000 |
commit | 9b11d8c4f946093695bf16d66f51cf9a65ea534f (patch) | |
tree | a6848d4f5fa5081191c01192bc3de9e2f0491cd5 | |
parent | 48eb174e5fa011271855d253578cf57d7d2d36d3 (diff) | |
download | pkgsrc-9b11d8c4f946093695bf16d66f51cf9a65ea534f.tar.gz |
Add and enable ish.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 42a9b62a81b..94e5cf306df 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5545 2004/04/11 23:04:50 minskim Exp $ +$NetBSD: CHANGES,v 1.5546 2004/04/11 23:49:34 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1918,3 +1918,4 @@ Changes to the packages collection and infrastructure in 2004: Updated yamt to 0.5nb6 [xtraeme 2004-04-11] Updated gpdf to 0.131nb1 [jmmv 2004-04-11] Updated afio to 2.5 [minskim 2004-04-12] + Added ish-0.2 [minskim 2004-04-12] diff --git a/net/Makefile b/net/Makefile index 45973cd425a..84befde64d0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.463 2004/04/09 12:36:07 grant Exp $ +# $NetBSD: Makefile,v 1.464 2004/04/11 23:49:34 minskim Exp $ # COMMENT= Networking tools @@ -122,6 +122,7 @@ SUBDIR+= ipv6calc SUBDIR+= ipw SUBDIR+= irrd SUBDIR+= isic +SUBDIR+= ish SUBDIR+= ispman SUBDIR+= ja-samba SUBDIR+= jftpgw |