diff options
author | kristerw <kristerw@pkgsrc.org> | 2008-06-23 20:34:20 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2008-06-23 20:34:20 +0000 |
commit | 71122b9bbeeb69d896795c7408067f61e0497540 (patch) | |
tree | acb5c8877e9583e48f8671ca06302a59517fc8f9 /Makefile | |
parent | 2f093c9ee725da076fb4bad03e99cf415b26374c (diff) | |
download | pkgsrc-71122b9bbeeb69d896795c7408067f61e0497540.tar.gz |
The crosspkgtools has not worked for a long time because of changes in
the pkgsrc infrastructure. And the current infrastructure differs
enough from how it looked when the crosspkgtools was made, so a
somewhat different approach is needed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2007/06/19 22:30:33 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2008/06/23 20:34:20 kristerw Exp $ # # This is the top-level Makefile of pkgsrc. It contains a list of the # categories of packages, as well as some targets that operate on the @@ -58,7 +58,6 @@ SUBDIR+= chat SUBDIR+= comms SUBDIR+= converters SUBDIR+= cross -SUBDIR+= crosspkgtools SUBDIR+= databases SUBDIR+= devel SUBDIR+= editors |