]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/hexdump/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>