diff options
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 |