summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 546f4d4..eb0b6b9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -68,3 +68,7 @@ bct_dump: $(BCT_DUMP_OBJS)
#
clean:
rm -f $(CBOOTIMAGE_OBJS) $(BCT_DUMP_OBJS) *~ $(TARGETS)
+
+install: cbootimage bct_dump
+ install -D -m 755 cbootimage $(DESTDIR)/usr/bin
+ install -D -m 755 bct_dump $(DESTDIR)/usr/bin