1 # $NetBSD: Makefile,v 1.5.4.1 2000/10/19 16:31:21 he Exp $ 2 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4 PROG= hexdump 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6 MAN= hexdump.1 od.1 7 LINKS= ${BINDIR}/hexdump ${BINDIR}/od 8 WFORMAT= 1 9 10 .include <bsd.prog.mk> 11