From 843544003ec83ec0783ed3694cd28aedad81c636 Mon Sep 17 00:00:00 2001 From: Kevin Lo 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 2a1054629d2a..e7f01e36c7f4 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.2.3