aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/hexdump/Makefile
blob: 1ae98e4ee3d98b3d597083c12968c8bbe961abf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROG=	hexdump
MAN=	hexdump.1 od.1
SRCS=	conv.c \
	display.c \
	hexdump.c \
	hexsyntax.c \
	odsyntax.c \
	parse.c

.include <bsd.prog.mk>