e6062dc8fa551038739dd80af85ff33c89faedfb
[tinc] / src / bsd / meson.build
1 check_headers += [
2   'net/if_tap.h',
3   'net/if_tun.h',
4   'net/if_utun.h',
5   'net/tap/if_tap.h',
6   'net/tun/if_tun.h',
7 ]
8
9 check_functions += [
10   'devname',
11   'fdevname',
12 ]
13
14 src_tincd += files('device.c')
15
16 if os_name in ['openbsd', 'darwin']
17   subdir(os_name)
18 endif
19