mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
// See vfsoverlay.yaml
|
|
module ModuleNeedsVFS {
|
|
header "ModuleNeedsVFS.h"
|
|
export *
|
|
}
|
|
framework module * { }
|
|
|
|
module ModuleUndef { header "module-undef.h" }
|