Skip to content

Commit

Permalink
targets/Makefile.inc skip updates
Browse files Browse the repository at this point in the history
When PKG_METHOD is "no" or "none" we should *not*
attempt to update Makefile.depend.

Reviewed by:	stevek
  • Loading branch information
sgerraty committed Oct 14, 2024
1 parent 6b135dd commit ad34c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PKG_METHOD = no
.endif
.endif

.if ${PKG_METHOD:Mno*} != ""
.if ${PKG_METHOD:Nno*} != ""
all: ${PKG_METHOD}

# set this to "no" for manual control
Expand Down

0 comments on commit ad34c4d

Please sign in to comment.