]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/hexdump/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.bin / hexdump / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   hexdump
7 SRCS=   conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
8 MAN=    hexdump.1 od.1
9 MLINKS= hexdump.1 hd.1
10 LINKS=  ${BINDIR}/hexdump ${BINDIR}/od
11 LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
12
13 .if ${MK_TESTS} != "no"
14 SUBDIR+=        tests
15 .endif
16
17 .include <bsd.prog.mk>