Home | History | Annotate | Line # | Download | only in hexdump
Makefile revision 1.14.42.1
      1  1.14.42.1    martin #	$NetBSD: Makefile,v 1.14.42.1 2020/04/13 08:05:42 martin 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.14  christos COPTS.conv.c += -Wno-format-nonliteral
     16       1.14  christos COPTS.display.c += -Wno-format-nonliteral
     17       1.14  christos 
     18  1.14.42.1    martin COPTS.parse.c+=	${GCC_NO_STRINGOP_TRUNCATION}
     19  1.14.42.1    martin 
     20        1.1       cgd .include <bsd.prog.mk>
     21