Author: uqs
Date: Sat Nov  6 15:04:48 2010
New Revision: 214885
URL: http://svn.freebsd.org/changeset/base/214885

Log:
  Put string in quotes, like is done everywhere.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile      Sat Nov  6 14:53:22 2010        (r214884)
+++ head/usr.sbin/Makefile      Sat Nov  6 15:04:48 2010        (r214885)
@@ -155,7 +155,7 @@ SUBDIR+=    fdwrite
 SUBDIR+=       freebsd-update
 .endif
 
-.if ${MK_GSSAPI} != no
+.if ${MK_GSSAPI} != "no"
 SUBDIR+=       gssd
 .endif
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to