Add .NOTMAIN to guard targets

Avoid make mistaking a guard target for the .MAIN one.
This commit is contained in:
Simon J. Gerraty
2025-04-19 12:57:41 -07:00
parent a9f5dcf829
commit cf5f0744cd
24 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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"