From 50e48de5245806cb638a1de0a95d3052342a883e Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 1 May 2001 07:01:56 +0000 Subject: Honor CFLAGS passed in from environment during build. --- games/lincity/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/lincity') diff --git a/games/lincity/Makefile b/games/lincity/Makefile index f5d85c83c96..ffd7036f77f 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/01 07:01:56 jlam Exp $ # DISTNAME= lincity-1.11 @@ -15,6 +15,8 @@ USE_X11BASE= # defined ALL_TARGET= xlincity INSTALL_TARGET= install-xlincity install-lib install-man +MAKE_ENV+= EXTRA_OPTS="${CFLAGS}" + pre-build: ${LN} -sf lincity.man ${WRKSRC}/xlincity.man -- cgit v1.2.3