From e3543858e5ecaf67c38080e714681af8962cc9d5 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 25 Apr 2004 23:16:22 +0000 Subject: Don't build on Interix. --- archivers/zip1/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 394eeb3169a..f9f599d532e 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/25 23:16:22 tv Exp $ # DISTNAME= zip1-1.1 @@ -15,6 +15,8 @@ RESTRICTED= "Do not modify. Do not sell for profit." NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +NOT_FOR_PLATFORM+= Interix-*-* # needs porting + WRKSRC= ${WRKDIR} MAKEFILE= makefile MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat" -- cgit v1.2.3