From fa078c432fbde61dab3a660ba146d449ea3df32d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 29 Feb 2016 17:54:55 +0000 Subject: [PATCH] userboot: use MK_CTF=no to disable CTF The NO_ form (e.g. NO_CTF) is deprecated. --- sys/boot/userboot/userboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/userboot/userboot/Makefile b/sys/boot/userboot/userboot/Makefile index 5623e72c2ed..a9010598f6c 100644 --- a/sys/boot/userboot/userboot/Makefile +++ b/sys/boot/userboot/userboot/Makefile @@ -6,7 +6,7 @@ MAN= MK_SSP= no SHLIB_NAME= userboot.so -NO_CTF= yes +MK_CTF= no STRIP= LIBDIR= /boot