diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2005-01-24 17:20:43 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2005-01-24 17:20:43 +0000 |
commit | 4bf59346bb38ba68c4047b9b2c0555cd688b7363 (patch) | |
tree | 5d7ff25ccbb493d8e0ff201cb225f5da5a349f50 | |
parent | 5f8f29f85256bdb7748339d94df3b65183f47d82 (diff) | |
download | pkgsrc-4bf59346bb38ba68c4047b9b2c0555cd688b7363.tar.gz |
Update sysutils Makefile to include radeontool and document CHANGES
-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 8aa75c9ad6e..a6f780b3eb2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8898 2005/01/24 16:52:03 xtraeme Exp $ +$NetBSD: CHANGES,v 1.8899 2005/01/24 17:20:43 jmcneill Exp $ Changes to the packages collection and infrastructure in 2005: @@ -536,3 +536,4 @@ Changes to the packages collection and infrastructure in 2005: Updated kannel to 1.4.0 [wulf 2005-01-24] Updated teTeX-bin to 2.0.2nb5 [kei 2005-01-24] Updated zsnes to 1.42 [xtraeme 2005-01-24] + Added radeontool-1.5 [jmcneill 2005-01-24] diff --git a/sysutils/Makefile b/sysutils/Makefile index 0bd69d9719b..d2df408aadb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.282 2005/01/24 10:51:40 agc Exp $ +# $NetBSD: Makefile,v 1.283 2005/01/24 17:20:43 jmcneill Exp $ COMMENT= System utilities @@ -139,6 +139,7 @@ SUBDIR+= pstree SUBDIR+= pv SUBDIR+= pwgen SUBDIR+= qlogtools +SUBDIR+= radeontool SUBDIR+= radmind SUBDIR+= rconfig SUBDIR+= rdiff-backup |