NetBSD/usr.bin/hexdump/Makefile

10 lines
260 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/01/09 20:19:51 tls Exp $
# from: @(#)Makefile 5.5 (Berkeley) 3/7/91
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>