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