aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 286b1115..fe4774ba 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -176,6 +176,8 @@ func main() {
p = rosa.Gperf
case "hakurei":
p = rosa.Hakurei
+ case "hakurei-dist":
+ p = rosa.HakureiDist
case "iniconfig":
p = rosa.IniConfig
case "kernel-headers":