386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 8 Mar 1991 06:14:56 +0000 (22:14 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 8 Mar 1991 06:14:56 +0000 (22:14 -0800)
Work on file usr/src/usr.bin/hexdump/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/hexdump/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/hexdump/Makefile b/usr/src/usr.bin/hexdump/Makefile
new file mode 100644 (file)
index 0000000..7dda07d
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.5 (Berkeley) 3/7/91
+
+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>