From 7e9e59b93f86c2a01c44a5fea474ff9a042e6787 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 28 Sep 2010 09:29:14 +0000 Subject: [PATCH] honour CC; ok ray@ --- math/moo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/moo/Makefile b/math/moo/Makefile index 0293dd043be..328f401fa62 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/15 18:44:36 steven Exp $ +# $OpenBSD: Makefile,v 1.6 2010/09/28 09:29:14 sthen Exp $ COMMENT= Marco's Object Oriented calculator @@ -18,5 +18,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c +MAKE_FLAGS= CC=${CC} .include