diff --git a/Makefile b/Makefile index c243f48fe..1d80ea1cb 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ else endif ifeq ($(OS), Darwin) COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d" +else ifeq ($(OS), FreeBSD) + COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash_completion.d" else COMPL_DIR ?= "$(DESTDIR)$(SYSCONFDIR)/bash-completion/completions" endif