]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/hexdump/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>