Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 17:54:55 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296216 - head/sys/boot/userboot/userboot
Message-ID:  <201602291754.u1THstX6037029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Feb 29 17:54:55 2016
New Revision: 296216
URL: https://svnweb.freebsd.org/changeset/base/296216

Log:
  userboot: use MK_CTF=no to disable CTF
  
  The NO_ form (e.g. NO_CTF) is deprecated.

Modified:
  head/sys/boot/userboot/userboot/Makefile

Modified: head/sys/boot/userboot/userboot/Makefile
==============================================================================
--- head/sys/boot/userboot/userboot/Makefile	Mon Feb 29 17:40:37 2016	(r296215)
+++ head/sys/boot/userboot/userboot/Makefile	Mon Feb 29 17:54:55 2016	(r296216)
@@ -6,7 +6,7 @@ MAN=
 MK_SSP=		no
 
 SHLIB_NAME=	userboot.so
-NO_CTF=		yes
+MK_CTF=		no
 STRIP=
 LIBDIR=		/boot
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291754.u1THstX6037029>