Add .NOTMAIN to guard targets
Avoid make mistaking a guard target for the .MAIN one.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# MK_FOO variables.
|
||||
|
||||
.if !target(__<bsd.init.mk>__)
|
||||
__<bsd.init.mk>__:
|
||||
__<bsd.init.mk>__: .NOTMAIN
|
||||
.include <bsd.opts.mk>
|
||||
.-include "local.init.mk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user