From be5f65b98b1ae63ad6f14aa1f0201fcf72f7a80e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 21 Feb 2014 08:54:58 +0000 Subject: Use ${STATIC} not -static ok jsing --- usr.sbin/installboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/installboot/Makefile') diff --git a/usr.sbin/installboot/Makefile b/usr.sbin/installboot/Makefile index e821528b4dd..b8e286ff025 100644 --- a/usr.sbin/installboot/Makefile +++ b/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/01/19 02:58:50 jsing Exp $ +# $OpenBSD: Makefile,v 1.12 2014/02/21 08:54:57 deraadt Exp $ PROG= installboot SRCS= installboot.c util.c @@ -8,7 +8,7 @@ CPPFLAGS= -I${.CURDIR} LDADD= -lutil DPADD= ${LIBUTIL} -LDSTATIC= -static +LDSTATIC= ${STATIC} .if ${MACHINE} == "alpha" SRCS += stubs.c -- cgit v1.2.3