summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/Makefile
blob: b9fec9d73369532791c93ff7537b03fe265eb33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.11 2006/08/29 17:00:28 christos Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	hexdump
SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
MAN=	hexdump.1 od.1
WFORMAT=	1
WARNS=		2

.ifndef HOSTPROG
LDADD+=-lutil
DPADD+=${LIBUTIL}

LINKS=	${BINDIR}/hexdump ${BINDIR}/od
.endif

.include <bsd.prog.mk>