diff options
author | heinz <heinz@pkgsrc.org> | 2005-08-07 16:02:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-08-07 16:02:12 +0000 |
commit | 16b5663e3c4955196ab435241588968646dd075d (patch) | |
tree | a6484e04303cab2dc9182f3bb69d9da25b267766 /archivers | |
parent | b02deb22a388c5b98fc25dd085b02a200f0007ee (diff) | |
download | pkgsrc-16b5663e3c4955196ab435241588968646dd075d.tar.gz |
Added an appropriate TEST_TARGET.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblzo/Makefile | 4 |
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" |