aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/hexdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/hexdump/Makefile')
-rw-r--r--shell_cmds/hexdump/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell_cmds/hexdump/Makefile b/shell_cmds/hexdump/Makefile
new file mode 100644
index 0000000..1ae98e4
--- /dev/null
+++ b/shell_cmds/hexdump/Makefile
@@ -0,0 +1,10 @@
+PROG= hexdump
+MAN= hexdump.1 od.1
+SRCS= conv.c \
+ display.c \
+ hexdump.c \
+ hexsyntax.c \
+ odsyntax.c \
+ parse.c
+
+.include <bsd.prog.mk>