aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index 23ae5b7..d4c7bf9 100644
--- a/rules.mk
+++ b/rules.mk
@@ -69,12 +69,14 @@ clean:
install: targets
@echo installing executables
@if [ -n $$BINS ]; then\
- cp $(BINS) $(BIN_DIR); \
+ install $(BINS) $(BIN_DIR); \
fi
@echo installing libraries
@if [ -n $$LIBS ]; then\
- cp $(LIBS) $(LIB_DIR); \
+ install $(LIBS) $(LIB_DIR); \
fi
+ @echo installing terminfo
+ @tic -sx sys/cmd/term/term.info
database:
compiledb make -j4