diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-05-06 04:35:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-05-06 04:35:13 +0000 |
commit | 3b89ea220a9ae2cba62ea4c40e34294f53efa523 (patch) | |
tree | 8cd1be3e8405defab74a6d6ce2060552f16ba215 /pkgtools | |
parent | a5bb502e20fdd54d28a6910578ff7c5423d07035 (diff) | |
download | pkgsrc-3b89ea220a9ae2cba62ea4c40e34294f53efa523.tar.gz |
Add notes why some packages were commented out.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 10 |
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" |