1 1.10 christos # $NetBSD: Makefile,v 1.10 2006/08/26 18:17:42 christos Exp $ 2 1.5 mrg # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= hexdump 5 1.1 cgd SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 6 1.3 cgd MAN= hexdump.1 od.1 7 1.6 is WFORMAT= 1 8 1.7 bjh21 WARNS= 2 9 1.1 cgd 10 1.10 christos LDADD+=-lutil 11 1.10 christos DPADD+=${LIBUTIL} 12 1.10 christos 13 1.8 thorpej .ifndef HOSTPROG 14 1.8 thorpej LINKS= ${BINDIR}/hexdump ${BINDIR}/od 15 1.9 lukem .endif 16 1.9 lukem 17 1.1 cgd .include <bsd.prog.mk> 18