diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-10-14 18:09:51 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-10-14 18:34:55 +0000 |
| commit | ad34c4d8826d37a81fa7789a7b2d039db6198572 (patch) | |
| tree | a6d5fbba15412919067f034885221515e6f1bbe5 /targets | |
| parent | 6b135dd607534ff082c64ecb5bab9512e3b274f3 (diff) | |
Diffstat (limited to 'targets')
| -rw-r--r-- | targets/Makefile.inc | 2 |
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 |
