summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-11-06 15:04:48 +0000
committeruqs <uqs@FreeBSD.org>2010-11-06 15:04:48 +0000
commit93e0f8ac148ee44976ac6a737ad4c161f75a62ae (patch)
tree9e664712ab383260f9a3eb05ccfec7a82afd61a5 /usr.sbin/Makefile
parenteed6d0709d65fbc6f51a831374ae6d4370e02b1a (diff)
downloadFreeBSD-src-93e0f8ac148ee44976ac6a737ad4c161f75a62ae.zip
FreeBSD-src-93e0f8ac148ee44976ac6a737ad4c161f75a62ae.tar.gz
Put string in quotes, like is done everywhere.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a3863d0..f3e853e 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
OpenPOWER on IntegriCloud