svn commit: r214885 - head/usr.sbin

Ulrich Spoerlein uqs at FreeBSD.org
Sat Nov 6 15:04:49 UTC 2010


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
 


More information about the svn-src-all mailing list