diff options
author | rillig <rillig> | 2007-08-13 08:12:41 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-08-13 08:12:41 +0000 |
commit | 9df52cb045257ba87afcb7aa8f8ce415e447feca (patch) | |
tree | 12e2fec085cd6d8b010cdb86d590de83380a6111 /benchmarks | |
parent | 4207fd1f273cdd2f35676efdd6adbca88d1df3b6 (diff) | |
download | pkgsrc-9df52cb045257ba87afcb7aa8f8ce415e447feca.tar.gz |
Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 8c9565325b5..a62bd95751f 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/03/05 16:01:58 rmind Exp $ +# $NetBSD: Makefile,v 1.42 2007/08/13 08:12:42 rillig Exp $ # COMMENT= Benchmarking tools @@ -42,4 +42,4 @@ SUBDIR+= whetstone SUBDIR+= xengine SUBDIR+= zelibm -.include "../mk/bsd.pkg.subdir.mk" +.include "../mk/misc/category.mk" |