This commit is contained in:
Justin C. Miller
2018-09-24 11:13:18 -07:00
parent dffdcc095d
commit 591ca7c83c
25 changed files with 87 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ def build(bld):
source = sources,
name = 'makerd',
target = 'makerd',
use = 'initrd',
use = 'INITRD KUTIL',
)
# vim: ft=python et