xref: /netbsd-src/usr.bin/hexdump/Makefile (revision 001c68bd94f75ce9270b69227c4199fbf34ee396)
1#	$NetBSD: Makefile,v 1.9 2003/05/18 07:57:34 lukem 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
7WFORMAT=	1
8WARNS=		2
9
10.ifndef HOSTPROG
11LINKS=	${BINDIR}/hexdump ${BINDIR}/od
12.endif
13
14.include <bsd.prog.mk>
15