[Bug 197142] wrong comment in /usr/share/mk/bsd.incs.mk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 27 21:56:03 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197142

            Bug ID: 197142
           Summary: wrong comment in /usr/share/mk/bsd.incs.mk
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: lidl at pix.net

The whole file is protected by:

.if ${MK_INCLUDES} != "no"

.endif # ${MK_TOOLCHAIN} != "no"

The ending comment is wrong, it should be:

# ${MK_INCLUDES} != "no"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list