diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-05-27 03:33:13 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-05-27 03:33:13 +0000 |
commit | 939745d4c3901027f4f2eb6ed327eaed4def9e45 (patch) | |
tree | 9056d4f869df086444094ff6c1aeca646280590c /Mk/Uses/kmod.mk | |
parent | f783260c1c4d7bacbb6d36cab209eab28da49d4e (diff) | |
download | ports-939745d4c3901027f4f2eb6ed327eaed4def9e45.tar.gz ports-939745d4c3901027f4f2eb6ed327eaed4def9e45.zip |
Diffstat (limited to 'Mk/Uses/kmod.mk')
-rw-r--r-- | Mk/Uses/kmod.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/kmod.mk b/Mk/Uses/kmod.mk index 0e786d96ee7e..26400765b6b6 100644 --- a/Mk/Uses/kmod.mk +++ b/Mk/Uses/kmod.mk @@ -19,7 +19,7 @@ _DEBUG_KMOD= yes IGNORE= USES=kmod takes either no arguments or 'debug' .endif -.if !exists(${SRC_BASE}/sys/Makefile) +.if !exists(${SRC_BASE}/sys/Makefile) && target(build) IGNORE= requires kernel source files in SRC_BASE=${SRC_BASE} .endif |