Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1997/01/09 20:19:51 tls Exp $
2#	from: @(#)Makefile	5.5 (Berkeley) 3/7/91
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