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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
