Makefile revision 201386
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/hexdump/Makefile 201386 2010-01-02 10:27:05Z ed $
3
4PROG=	hexdump
5SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6MAN=	hexdump.1 od.1
7MLINKS=	hexdump.1 hd.1
8LINKS=	${BINDIR}/hexdump ${BINDIR}/od
9LINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
10
11.include <bsd.prog.mk>
12