From 666273802ad3a368fafd1bbcca9fba0e7030f819 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 10 Jun 1998 08:02:08 +0000 Subject: Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. --- archivers/zip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/zip') diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 398c79d369d..7d2b8f84649 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/20 11:56:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/10 08:02:08 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -10,7 +10,7 @@ DISTFILES= zip22.tar.gz MAINTAINER= packages@netbsd.org MAKEFILE= unix/Makefile -MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f +MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" ALL_TARGET= generic MAN1= zip.1 zipnote.1 zipcloak.1 zipsplit.1 -- cgit v1.2.3