1# $NetBSD: Makefile,v 1.9 2003/05/18 07:57:34 lukem Exp $ 2# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 4PROG= hexdump 5SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6MAN= hexdump.1 od.1 7WFORMAT= 1 8WARNS= 2 9 10.ifndef HOSTPROG 11LINKS= ${BINDIR}/hexdump ${BINDIR}/od 12.endif 13 14.include <bsd.prog.mk> 15