diff options
author | schmonz <schmonz> | 2005-08-24 04:47:10 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-08-24 04:47:10 +0000 |
commit | 8193fcd0223189115b9a646f59ca0f413619da8d (patch) | |
tree | ac880b2b7ba2040a37ac0d8449fce132da2c44ac /sysutils/memtester | |
parent | 893911ebb547ad0b4447fe2cd29cbca8a5e4b7cf (diff) | |
download | pkgsrc-8193fcd0223189115b9a646f59ca0f413619da8d.tar.gz |
Introduce DJB_MAKE_TARGETS boolean, on by default, off in the
following packages because they don't use "it" and "setup check"
as BUILD_TARGET and INSTALL_TARGET, respectively:
devel/bglibs
mail/mailfront
mail/qmail-qfilter
sysutils/memtester
sysutils/qlogtools
Since there's only one consumer of BGWARE_INSTALLER, and future
bgware will use bg-installer from bglibs, move the do-install
routine directly into qlogtools.
Diffstat (limited to 'sysutils/memtester')
-rw-r--r-- | sysutils/memtester/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/memtester/Makefile b/sysutils/memtester/Makefile index 2f39b274f0c..47232561013 100644 --- a/sysutils/memtester/Makefile +++ b/sysutils/memtester/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/08/07 11:56:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/24 04:47:10 schmonz Exp $ # DISTNAME= memtester-4.0.5 @@ -11,9 +11,8 @@ COMMENT= Utility for testing the memory subsystem for faults PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_TARGET= all - DJB_RESTRICTED= NO +DJB_MAKE_TARGETS= NO INSTALLATION_DIRS= bin man/man8 share/doc/memtester |