diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-04-03 15:56:14 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-04-03 15:56:14 +0000 |
commit | e36b0b5511fd8cbd3c174b68606540764a79debd (patch) | |
tree | 05dfe0c059f6df8f60c8ba0d36fc34097a236657 /benchmarks | |
parent | 4e1795ba5bdee6b3ec1ac88d51a8333e6e167062 (diff) | |
download | pkgsrc-e36b0b5511fd8cbd3c174b68606540764a79debd.tar.gz |
Add and enable xengine.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index f4145830d94..eaddbd54b16 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/03/16 22:55:02 thorpej Exp $ +# $NetBSD: Makefile,v 1.17 2000/04/03 15:56:14 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -21,5 +21,6 @@ PKG_MISC_TARGETS?= benchmark results SUBDIR += paranoia SUBDIR += postmark SUBDIR += whetstone + SUBDIR += xengine .include "../mk/bsd.pkg.subdir.mk" |