summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/meson.build
blob: 2e1e66f6624b112fc5cfd30e7c870aba845e1acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
modules += files(
    'abisysctlfile.cil',
    'cryptosysctlfile.cil',
    'debugsysctlfile.cil',
    'devsysctlfile.cil',
    'fssysctlfile.cil',
    'kernelsysctlfile.cil',
    'netsysctlfile.cil',
    'sunrpcsysctlfile.cil',
    'usersysctlfile.cil',
    'vmsysctlfile.cil',
)

subdir('kernelsysctlfile')
subdir('netsysctlfile')
subdir('vmsysctlfile')