diff options
-rw-r--r-- | doc/CHANGES-2008 | 5 | ||||
-rw-r--r-- | pkgtools/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index cc598013f6d..1d70d3f10a8 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1130 2008/05/23 21:42:25 tnn Exp $ +$NetBSD: CHANGES-2008,v 1.1131 2008/05/24 03:39:29 tnn Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1900,4 +1900,5 @@ Changes to the packages collection and infrastructure in 2008: Updated x11/xdpyinfo to 1.0.3 [wiz 2008-05-22] Updated x11/xinit to 1.0.9 [wiz 2008-05-22] Updated x11/fox to 1.6.33 [wiz 2008-05-22] - Removed pkgtools/posix_headers [tnn 2008-05-23] + Removed pkgtools/posix_headers successor pkgtools/compat_headers [tnn 2008-05-23] + Added pkgtools/compat_headers version 0.1 [tnn 2008-05-24] diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 1040865c5d2..80d9ab8b504 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2008/05/23 21:42:25 tnn Exp $ +# $NetBSD: Makefile,v 1.90 2008/05/24 03:39:29 tnn Exp $ # COMMENT= Tools for use in the packages collection @@ -9,6 +9,7 @@ SUBDIR+= bootstrap-extras SUBDIR+= bootstrap-mk-files SUBDIR+= cdpack SUBDIR+= createbuildlink +SUBDIR+= compat_headers SUBDIR+= dfdisk SUBDIR+= digest SUBDIR+= genrpm |