NetBSD/usr.bin/hexdump/Makefile

12 lines
283 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/12/07 15:14:29 bjh21 Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
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
WFORMAT= 1
WARNS= 2
.include <bsd.prog.mk>