diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-31 01:56:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-31 01:56:43 +0000 |
commit | a5cecc5ef01cda2336193b007626a15cc473d13a (patch) | |
tree | 2722fd5f76b64d8d3381107639012214c8a7ab42 /pkgtools/Makefile | |
parent | 3838b988c24228ff18d43bf04c495a2c6c2b9494 (diff) | |
download | pkgsrc-a5cecc5ef01cda2336193b007626a15cc473d13a.tar.gz |
Enable a bunch of packages in category/Makefile that
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index e42ae14416d..bed17eace99 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2000/07/18 14:01:17 kim Exp $ +# $NetBSD: Makefile,v 1.18 2000/07/31 01:56:44 hubertf Exp $ # SUBDIR += gensolpkg -# SUBDIR += pax # only needed on 1.3 systems -# SUBDIR += pkg_install # only install on demand of bsd.pkg.mk +# SUBDIR += pax # Only needed on 1.3 systems +# SUBDIR += pkg_install # Only install on demand of bsd.pkg.mk SUBDIR += pkg_tarup SUBDIR += pkgdep SUBDIR += pkgdiff @@ -12,6 +12,6 @@ SUBDIR += pkgmanpages SUBDIR += port2pkg SUBDIR += url2pkg -# SUBDIR += xpkgwedge # broken +# SUBDIR += xpkgwedge # Experimental - turn on at your own risk! .include "../mk/bsd.pkg.subdir.mk" |