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
@@ -29,7 +29,7 @@
#
.if !target(__<src.opts.mk>__)
__<src.opts.mk>__:
__<src.opts.mk>__: .NOTMAIN
.include <bsd.own.mk>