Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.12.26.1
      1  1.12.26.1       jym #	$NetBSD: Makefile,v 1.12.26.1 2009/05/13 19:19:52 jym 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.1       cgd 
      8       1.11  christos .ifndef HOSTPROG
      9       1.10  christos LDADD+=-lutil
     10       1.10  christos DPADD+=${LIBUTIL}
     11       1.10  christos 
     12        1.8   thorpej LINKS=	${BINDIR}/hexdump ${BINDIR}/od
     13        1.9     lukem .endif
     14        1.9     lukem 
     15        1.1       cgd .include <bsd.prog.mk>
     16