blob: 94fde5a54c64a83c7f4163ce835ff9c30fbbfcfc (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:16 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>
|