Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1997/10/18 13:53:56 mrg Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	hexdump
5SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6MAN=	hexdump.1 od.1
7LINKS=	${BINDIR}/hexdump ${BINDIR}/od
8
9.include <bsd.prog.mk>
10