diff options
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | pkgtools/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 04351bf1edd..cc598013f6d 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.1129 2008/05/22 22:56:33 wiz Exp $ +$NetBSD: CHANGES-2008,v 1.1130 2008/05/23 21:42:25 tnn Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1900,3 +1900,4 @@ 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] diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 0d29f8bd350..1040865c5d2 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2008/05/15 17:46:06 joerg Exp $ +# $NetBSD: Makefile,v 1.89 2008/05/23 21:42:25 tnn Exp $ # COMMENT= Tools for use in the packages collection @@ -40,7 +40,6 @@ SUBDIR+= pkglint SUBDIR+= pkgse SUBDIR+= pkgsurvey SUBDIR+= port2pkg -SUBDIR+= posix_headers #SUBDIR+= prereq-readme # Only used by the README.html generation SUBDIR+= rc.subr SUBDIR+= rcorder |