--- src/Makefile.orig	2018-03-01 16:24:06 UTC
+++ src/Makefile
@@ -34,7 +34,7 @@ err_fail?=1
 # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default
 # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull
 #  when creating packages)
-skip_cfg_install?=
+skip_cfg_install?=yes
 
 #extra modules to exclude
 skip_modules?=
@@ -651,7 +651,7 @@ sunpkg:
 .PHONY: install
 install: mk_params="compile_for_install=yes"
 install: install-bin install-every-module install-cfg \
-	install-doc install-man install-utils install-share
+	install-man install-utils install-share
 
 .PHONY: dbinstall
 dbinstall:
