aboutsummaryrefslogtreecommitdiff
path: root/bootloader/hexdump
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2011-03-11 01:28:00 +0000
committerDimitri Sokolyuk <demon@dim13.org>2011-03-11 01:28:00 +0000
commitb8335062ae7d19bd27e6131fadcd7d3a116c4992 (patch)
tree3bd226885fb6f2ca24ee300a44d7b51ffb8d2706 /bootloader/hexdump
DimOS RT
Diffstat (limited to 'bootloader/hexdump')
-rw-r--r--bootloader/hexdump/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootloader/hexdump/Makefile b/bootloader/hexdump/Makefile
new file mode 100644
index 0000000..c72213a
--- /dev/null
+++ b/bootloader/hexdump/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+
+PROG= dump
+SRCS= dump.c ihex.c
+NOMAN=
+
+.include <bsd.prog.mk>