diff options
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 38ec4c0918c..ba3a53b3a9f 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.3361 2008/12/11 20:18:34 ahoka Exp $ +$NetBSD: CHANGES-2008,v 1.3362 2008/12/11 21:21:14 reed Exp $ Changes to the packages collection and infrastructure in 2008: @@ -5545,3 +5545,4 @@ Changes to the packages collection and infrastructure in 2008: Updated databases/p5-Catalyst-Model-RDBO to 0.07 [rhaen 2008-12-11] Added www/webkit-gtk version 1.0.2.35656 [ahoka 2008-12-11] Added www/midori version 0.1.1 [ahoka 2008-12-11] + Added net/wpa_supplicant 0.6.6 [reed 2008-12-11] diff --git a/net/Makefile b/net/Makefile index a055e6f3554..96a4bdd1274 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.745 2008/12/08 23:24:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.746 2008/12/11 21:21:14 reed Exp $ # COMMENT= Networking tools @@ -561,6 +561,7 @@ SUBDIR+= wmnet SUBDIR+= wmpload SUBDIR+= wol SUBDIR+= wpa_gui +SUBDIR+= wpa_supplicant SUBDIR+= wu-ftpd SUBDIR+= x2vnc SUBDIR+= xfce4-wavelan-plugin |