summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-05-06 04:35:13 +0000
committerhubertf <hubertf>1999-05-06 04:35:13 +0000
commit6ec5ccfd6d2a76822e1787550dee7773db717aa8 (patch)
tree8cd1be3e8405defab74a6d6ce2060552f16ba215 /pkgtools/Makefile
parent79e0ec3d0ca9291dee523ad1b0400270580746d6 (diff)
downloadpkgsrc-6ec5ccfd6d2a76822e1787550dee7773db717aa8.tar.gz
Add notes why some packages were commented out.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index bc4bebd7737..5fd6ed67cff 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 1999/05/06 04:32:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1999/05/06 04:35:13 hubertf Exp $
#
-#SUBDIR+= ftp
-#SUBDIR+= pax
-#SUBDIR+= pkg_install
+#SUBDIR+= ftp # only needed on 1.3 systems
+#SUBDIR+= pax # only needed on 1.3 systems
+#SUBDIR+= pkg_install # only install on demand of bsd.pkg.mk
SUBDIR+= pkglibtool
SUBDIR+= pkglint
SUBDIR+= url2pkg
-#SUBDIR+= xpkgwedge
+#SUBDIR+= xpkgwedge # broken
.include "../mk/bsd.pkg.subdir.mk"