blob: 0d53faf278d5b8277e760f14f210a6855d2b3e3c (
plain) (
tree)
|
|
# nix src build file
#============================================================================
misc_dirs = [
'launchd',
'systemd',
'systemv',
'upstart'
]
foreach dir : misc_dirs
subdir(dir)
endforeach
|