svn commit: r296216 - head/sys/boot/userboot/userboot

Ed Maste emaste at FreeBSD.org
Mon Feb 29 17:54:57 UTC 2016


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
 


More information about the svn-src-all mailing list