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