summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump/Makefile')
-rw-r--r--usr.bin/hexdump/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile
new file mode 100644
index 0000000..5a9e87a
--- /dev/null
+++ b/usr.bin/hexdump/Makefile
@@ -0,0 +1,8 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= hexdump
+SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
+MAN1= hexdump.0 od.0
+LINKS= ${BINDIR}/hexdump ${BINDIR}/od
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud