diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index adac1cec9e1..78ac0150c53 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1740 2007/08/08 03:32:03 wulf Exp $ +$NetBSD: CHANGES-2007,v 1.1741 2007/08/08 12:01:51 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3206,3 +3206,4 @@ Changes to the packages collection and infrastructure in 2007: Updated ham/usrp to 3.0.4 [wulf 2007-08-08] Updated ham/usrp-docs to 3.0.4 [wulf 2007-08-08] Updated meta-pkgs/gnuradio to 3.0.4 [wulf 2007-08-08] + Added sysutils/vbetool version 0.7.1 [xtraeme 2007-08-08] diff --git a/sysutils/Makefile b/sysutils/Makefile index c887d070b3a..dc4e4ca7172 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2007/07/09 19:24:46 degroote Exp $ +# $NetBSD: Makefile,v 1.407 2007/08/08 12:01:51 xtraeme Exp $ # COMMENT= System utilities @@ -258,6 +258,7 @@ SUBDIR+= usbutil SUBDIR+= user SUBDIR+= user_darwin SUBDIR+= user_interix +SUBDIR+= vbetool SUBDIR+= vcdimager SUBDIR+= vcdimager-devel SUBDIR+= vidc-tools |