From 924ec1c6247686f8043b857f41503cda11b9e618 Mon Sep 17 00:00:00 2001 From: pascal Date: Thu, 25 Dec 2014 18:58:34 +0000 Subject: [PATCH] Delete misleading and dangerous comment about customising STATIC. Nowadays, it's not a user-settable knob. general agreement from miod@ kettenis@ deraadt@ --- share/mk/bsd.own.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 22f00bfb555..3e9573fd9c2 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.152 2014/12/23 17:20:11 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.153 2014/12/25 18:58:34 pascal Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -121,8 +121,6 @@ INSTALL_COPY?= -c INSTALL_STRIP?= -s .endif -# This may be changed for _single filesystem_ configurations (such as -# routers and other embedded systems); normal systems should leave it alone! STATIC?= -static ${STATICPIE} # Define SYS_INCLUDE to indicate whether you want symbolic links to the system -- 2.20.1