diff --git a/GNUmakefile b/GNUmakefile index 546f4d467b..eb0b6b928c 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