某些 ports (例如可加载式内核模块) 需要内核的源文件才能编译。 下面是检测用户是否安装了源代码的例子:
.if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources to be installed .endif