diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 44699ac158..57637f4494 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,10 @@ endif include Makerules +ifeq ($(build-programs),yes) +others: $(addprefix $(objpfx),$(install-bin)) +endif + # Install from subdirectories too. install: subdir_install |