diff options
author | wiz <wiz> | 2014-06-02 10:24:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-06-02 10:24:05 +0000 |
commit | 81228151e480b71cd203a95c8f3bf6449412120c (patch) | |
tree | c3a9c9a714996f41d5ad5da0ef90f429b5d1fe11 /Makefile | |
parent | 46bbdbd512ef277f99457243cb71d9f006b82812 (diff) | |
download | pkgsrc-81228151e480b71cd203a95c8f3bf6449412120c.tar.gz |
Remove old bulk build code. Use pbulk.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2009/05/16 07:21:05 rillig Exp $ +# $NetBSD: Makefile,v 1.86 2014/06/02 10:24:05 wiz 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 @@ -32,9 +32,6 @@ USE_TOOLS+= [ awk cat cmp echo env expr false fgrep grep mv rm sed \ # additional tools used by bsd.pkg.subdir.mk USE_TOOLS+= basename touch -# additional tools used by bsd.bulk-pkg.mk -USE_TOOLS+= egrep find ls sh tee true tsort - PKGSRCTOP= yes .include "mk/bsd.prefs.mk" |