diff options
author | manu <manu@pkgsrc.org> | 2006-01-09 12:47:19 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2006-01-09 12:47:19 +0000 |
commit | 4d1190b6cadc44e6914f1e174fec0959ee6ad701 (patch) | |
tree | 36161055c38ccfcd4eee646afcc89e5ff450c3b8 | |
parent | ac3a994ae94e84a762599e6bda99ef2d54ff2fde (diff) | |
download | pkgsrc-4d1190b6cadc44e6914f1e174fec0959ee6ad701.tar.gz |
Add nvnet, a binary driver for nVidia networking
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6cf859e9de0..30ef240a546 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12423 2006/01/09 12:01:24 tron Exp $ +$NetBSD: CHANGES,v 1.12424 2006/01/09 12:49:14 manu Exp $ Changes to the packages collection and infrastructure in 2006: @@ -186,3 +186,4 @@ Changes to the packages collection and infrastructure in 2006: Updated devel/cvs2svn to 1.3.0 [uebayasi 2006-01-09] Added print/pdfjam version 1.2.0 [uebayasi 2006-01-09] Updated print/teTeX3-bin to 3.0nb5 [tron 2006-01-09] + Added sysutils/nvnet-20050620nb1 [manu 2006-01-09] diff --git a/sysutils/Makefile b/sysutils/Makefile index 211538961b1..3cc43480eaf 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.326 2006/01/05 23:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.327 2006/01/09 12:47:19 manu Exp $ # COMMENT= System utilities @@ -135,6 +135,7 @@ SUBDIR+= mtscan SUBDIR+= nautilus SUBDIR+= nautilus-cd-burner SUBDIR+= news +SUBDIR+= nvnet SUBDIR+= nrg2iso SUBDIR+= ntfsprogs SUBDIR+= osname |