diff options
Diffstat (limited to 'utils/touchy/Makefile')
-rw-r--r-- | utils/touchy/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/touchy/Makefile b/utils/touchy/Makefile index d2430df162..0c580cfd43 100644 --- a/utils/touchy/Makefile +++ b/utils/touchy/Makefile @@ -18,3 +18,8 @@ include $(TOP)/mk/target.mk # Get it over with! boot :: all +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/touchy + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/touchy/ + $(INSTALL_PROGRAM) $(C_PROG) $(BIN_DIST_DIR)/utils/touchy/ + |