Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.9
      1  1.9    lukem #	$NetBSD: Makefile,v 1.9 2003/05/18 07:57:34 lukem 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.8  thorpej .ifndef HOSTPROG
     11  1.8  thorpej LINKS=	${BINDIR}/hexdump ${BINDIR}/od
     12  1.9    lukem .endif
     13  1.9    lukem 
     14  1.1      cgd .include <bsd.prog.mk>
     15