]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/hexdump/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / hexdump / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   hexdump
5 SRCS=   conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6 MAN=    hexdump.1 od.1
7 MLINKS= hexdump.1 hd.1
8 LINKS=  ${BINDIR}/hexdump ${BINDIR}/od
9 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
10
11 .include <bsd.prog.mk>