From 57cc88c44e1827e8b1b28ee9a6d0e657dd2b3d5f Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 8 Dec 2000 15:02:54 +0000 Subject: Fix static linked executable. PR: 23370 Submitted by: MAINTAINER --- sysutils/gpart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 2a10546..e7f01e3 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes MAN8= gpart.8 .if defined(WANT_STATIC) -LDFLAGS= -static +MAKE_ARGS+= LDFLAGS=-static .endif .include -- cgit v1.1