Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2001/12/07 15:14:29 bjh21 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 WARNS=		2
     10 
     11 .include <bsd.prog.mk>
     12