aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2024-10-14 18:09:51 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2024-10-14 18:34:55 +0000
commitad34c4d8826d37a81fa7789a7b2d039db6198572 (patch)
treea6d5fbba15412919067f034885221515e6f1bbe5 /targets
parent6b135dd607534ff082c64ecb5bab9512e3b274f3 (diff)
downloadsrc-ad34c4d8826d37a81fa7789a7b2d039db6198572.tar.gz
src-ad34c4d8826d37a81fa7789a7b2d039db6198572.zip
targets/Makefile.inc skip updates
When PKG_METHOD is "no" or "none" we should *not* attempt to update Makefile.depend. Reviewed by: stevek
Diffstat (limited to 'targets')
-rw-r--r--targets/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/Makefile.inc b/targets/Makefile.inc
index 6a30d2e35e89..ae147b647baf 100644
--- a/targets/Makefile.inc
+++ b/targets/Makefile.inc
@@ -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