Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.2
      1 #	from: @(#)Makefile	5.5 (Berkeley) 3/7/91
      2 #	$Id: Makefile,v 1.2 1993/07/31 15:22:05 mycroft Exp $
      3 
      4 PROG=	hexdump
      5 SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
      6 MAN1=	hexdump.0 od.0
      7 LINKS=	${BINDIR}/hexdump ${BINDIR}/od
      8 
      9 .include <bsd.prog.mk>
     10