xref: /dragonfly/usr.bin/hexdump/Makefile (revision 86d7f5d3)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/hexdump/Makefile,v 1.3.8.1 2001/04/25 11:29:22 ru Exp $
3# $DragonFly: src/usr.bin/hexdump/Makefile,v 1.4 2007/08/27 16:50:54 pavalos Exp $
4
5PROG=	hexdump
6SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
7MAN=	hexdump.1 od.1
8MLINKS=	hexdump.1 hd.1
9LINKS=	${BINDIR}/hexdump ${BINDIR}/od
10LINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
11
12.include <bsd.prog.mk>
13