From 93e0f8ac148ee44976ac6a737ad4c161f75a62ae Mon Sep 17 00:00:00 2001 From: uqs Date: Sat, 6 Nov 2010 15:04:48 +0000 Subject: [PATCH] Put string in quotes, like is done everywhere. --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a3863d021e01..f3e853ebce54 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -155,7 +155,7 @@ SUBDIR+= fdwrite SUBDIR+= freebsd-update .endif -.if ${MK_GSSAPI} != no +.if ${MK_GSSAPI} != "no" SUBDIR+= gssd .endif