summaryrefslogtreecommitdiff
path: root/archivers/liblzo
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2005-08-07 16:02:12 +0000
committerheinz <heinz@pkgsrc.org>2005-08-07 16:02:12 +0000
commit8195f478d87524da7f9b707c938512c1c8f47a7e (patch)
treea6484e04303cab2dc9182f3bb69d9da25b267766 /archivers/liblzo
parent135aefa63eb3e3f2a721775bcd81164f41d6f53f (diff)
downloadpkgsrc-8195f478d87524da7f9b707c938512c1c8f47a7e.tar.gz
Added an appropriate TEST_TARGET.
Diffstat (limited to 'archivers/liblzo')
-rw-r--r--archivers/liblzo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index a097fa528d7..0efd42378fa 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/07/14 20:04:39 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2005/08/07 16:02:12 heinz Exp $
#
DISTNAME= lzo-1.08
@@ -20,4 +20,6 @@ USE_LIBTOOL= YES
# Don't spuriously detect zlib, as it's not needed for the library.
BUILDLINK_TRANSFORM+= rm:-lz
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"