Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- pkgsrc/Makefile 2009/05/16 07:21:05 1.85 +++ pkgsrc/Makefile 2014/06/02 10:24:05 1.86 @@ -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 # 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"