Author: bdrewery
Date: Tue Oct 27 02:04:21 2015
New Revision: 290035
URL: https://svnweb.freebsd.org/changeset/base/290035

Log:
  Spell CONFGROUPS properly.

Modified:
  head/share/mk/bsd.confs.mk

Modified: head/share/mk/bsd.confs.mk
==============================================================================
--- head/share/mk/bsd.confs.mk  Tue Oct 27 01:29:38 2015        (r290034)
+++ head/share/mk/bsd.confs.mk  Tue Oct 27 02:04:21 2015        (r290035)
@@ -7,7 +7,7 @@
 CONFGROUPS?=   CONFS
 
 .if !target(buildconfig)
-.for group in ${CONFSGROUPS}
+.for group in ${CONFGROUPS}
 buildconfig: ${${group}}
 .endfor
 .endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to