diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-16 20:17:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-16 20:17:35 +0000 |
commit | b0bdd577383216289cfcc73696345b47ad0a439d (patch) | |
tree | a58c25a6730237fb4906a12483e5a5d209574dd2 | |
parent | 363f3ec7e195f1e4e57c99f44982366abfc53c7d (diff) | |
download | pkgsrc-b0bdd577383216289cfcc73696345b47ad0a439d.tar.gz |
Add and enable wipe.
-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 098838049e8..7521d69f592 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6909 2004/08/16 19:38:04 minskim Exp $ +$NetBSD: CHANGES,v 1.6910 2004/08/16 20:17:35 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3866,3 +3866,4 @@ Changes to the packages collection and infrastructure in 2004: Added py-funge-0.2beta1 [minskim 2004-08-16] Updated libnbcompat to 20040814 [jlam 2004-08-16] Added weewm-0.0.2 [minskim 2004-08-16] + Added wipe-2.2.0 [minskim 2004-08-16] diff --git a/sysutils/Makefile b/sysutils/Makefile index 66dbbc7aa60..a22b0a17424 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2004/08/12 09:23:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.255 2004/08/16 20:17:35 minskim Exp $ COMMENT= System utilities @@ -185,6 +185,7 @@ SUBDIR+= vip SUBDIR+= vobcopy SUBDIR+= webmin SUBDIR+= whowatch +SUBDIR+= wipe SUBDIR+= wmcpuload SUBDIR+= wmmemmon SUBDIR+= wtail |