diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2025-02-05 01:35:10 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2025-02-05 01:36:37 +0000 |
commit | 32cf046d7ffdaad3122d6db980e7a815324c424a (patch) | |
tree | a5a5430b29ae292ab02ad0353ceff5cff7be1861 | |
parent | cec67062c84486b68c87324dd9978a50c907eebf (diff) |
sysutils/lsof: update ignore to suggest setting SRC_BASE.
Reported by: emaste
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 66bb97052ae9..e888fb6dade3 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ENV+= LSOF_CFGL="-lzfs -lzpool" .endif .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) -IGNORE+= requires kernel sources +IGNORE+= requires kernel sources (or set SRC_BASE) .endif do-install: |