diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 84bd46c1097..bc137716509 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7201 2004/09/21 15:53:51 adrianp Exp $ +$NetBSD: CHANGES,v 1.7202 2004/09/21 17:06:43 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4308,3 +4308,4 @@ Changes to the packages collection and infrastructure in 2004: Updated aide06 to 0.6nb1 [agc 2004-09-21] Updated wv to 1.0.2 [adam 2004-09-21] Updated snort to 2.2.0 [adrianp 2004-09-21] + Added xcompmgr-20040917 [xtraeme 2004-09-21] diff --git a/x11/Makefile b/x11/Makefile index 41f27326ed0..907a100ce58 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2004/08/23 11:46:32 markd Exp $ +# $NetBSD: Makefile,v 1.362 2004/09/21 17:06:43 xtraeme Exp $ # COMMENT= Packages to support the X window system @@ -233,6 +233,7 @@ SUBDIR+= xcb SUBDIR+= xclip SUBDIR+= xcolors SUBDIR+= xcolorsel +SUBDIR+= xcompmgr SUBDIR+= xcruise SUBDIR+= xcursor SUBDIR+= xcursorgen |