diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 05:09:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-30 05:09:50 +0000 |
commit | 3738c27d82b59d052bd31d6a8356a9a9f0c6c5c0 (patch) | |
tree | 6497c4ca0041f8ba06b54022cde096010b22880e | |
parent | 99a1c6cc4c898bec42c52a9a360a3b02e2ab9dc7 (diff) | |
download | pkgsrc-3738c27d82b59d052bd31d6a8356a9a9f0c6c5c0.tar.gz |
+ swapd-1.0 (now with NetBSD support! heh)
-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 04a99cc9825..0ca40ffe070 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7610 2004/10/30 01:12:38 minskim Exp $ +$NetBSD: CHANGES,v 1.7611 2004/10/30 05:09:50 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4974,3 +4974,4 @@ Changes to the packages collection and infrastructure in 2004: Updated jpeg to 6bnb3 [xtraeme 2004-10-30] Updated feh to 1.2.7 [xtraeme 2004-10-30] Updated swiggle to 0.3.3 [minskim 2004-10-30] + Added swapd-1.0 [xtraeme 2004-10-30] diff --git a/sysutils/Makefile b/sysutils/Makefile index dd0719a691d..ca1639515c3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2004/10/11 17:47:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.266 2004/10/30 05:09:51 xtraeme Exp $ COMMENT= System utilities @@ -170,6 +170,7 @@ SUBDIR+= storage-manager SUBDIR+= stow SUBDIR+= su2 SUBDIR+= sux +SUBDIR+= swapd SUBDIR+= sysgen SUBDIR+= sysinfo SUBDIR+= tcx |