xref: /freebsd/usr.bin/hexdump/Makefile (revision 38d54d33e44292c9a0955be1284fb875f3eebe35)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
29b50d902SRodney W. Grimes
39b50d902SRodney W. GrimesPROG=	hexdump
49b50d902SRodney W. GrimesSRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
52c698385SJordan K. HubbardMAN1=	hexdump.1 od.1
638d54d33SJoerg WunschMLINKS=	hexdump.1 hd.1
79b50d902SRodney W. GrimesLINKS=	${BINDIR}/hexdump ${BINDIR}/od
838d54d33SJoerg WunschLINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
99b50d902SRodney W. Grimes
109b50d902SRodney W. Grimes.include <bsd.prog.mk>
11