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
commit53e47fe0c09e77671be54db841e15699c8f3e800 (patch)
tree8cd1be3e8405defab74a6d6ce2060552f16ba215 /pkgtools/Makefile
parent3afc04582d08056f7dd685085444c2508b0d2911 (diff)
downloadpkgsrc-53e47fe0c09e77671be54db841e15699c8f3e800.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"