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. --- databases/gdbm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/gdbm') diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index b45cb4c4b16..2beb0df679a 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/08 12:30:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/10 08:02:08 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f +MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s MAN3= gdbm.3 INFO_FILES= gdbm.info -- cgit v1.2.3