blob: 588a1d8371118d22a0bd22cf9ccc0ce33a3e2a45 (
plain)
1
2
3
4
5
6
7
8
9
|
# from: @(#)Makefile 5.5 (Berkeley) 3/7/91
# $Id: Makefile,v 1.1 1995/10/18 08:45:23 deraadt Exp $
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
MAN= hexdump.1 od.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.include <bsd.prog.mk>
|