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