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 98675645..c72cc0e2 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -166,6 +166,8 @@ func main() {
p = rosa.Git
case "go":
p = rosa.Go
+ case "gperf":
+ p = rosa.Gperf
case "kernel-headers":
p = rosa.KernelHeaders
case "libexpat":