mirror of
https://github.com/OpenRC/openrc.git
synced 2026-01-31 03:45:57 +00:00
8 lines
181 B
Meson
8 lines
181 B
Meson
if os == 'linux'
|
|
executable('kill_all', 'kill_all.c',
|
|
include_directories: incdir,
|
|
dependencies: [rc, einfo, shared],
|
|
install: true,
|
|
install_dir: rc_bindir)
|
|
endif
|