Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2000/10/11 14:46:04 is Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	hexdump
      5 SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
      6 MAN=	hexdump.1 od.1
      7 LINKS=	${BINDIR}/hexdump ${BINDIR}/od
      8 WFORMAT=	1
      9 
     10 .include <bsd.prog.mk>
     11