Makefile revision 1.15
11.15Smrg# $NetBSD: Makefile,v 1.15 2019/10/13 07:28:15 mrg Exp $ 21.5Smrg# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 31.1Scgd 41.1ScgdPROG= hexdump 51.1ScgdSRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 61.3ScgdMAN= hexdump.1 od.1 71.1Scgd 81.11Schristos.ifndef HOSTPROG 91.10SchristosLDADD+=-lutil 101.10SchristosDPADD+=${LIBUTIL} 111.10Schristos 121.8SthorpejLINKS= ${BINDIR}/hexdump ${BINDIR}/od 131.9Slukem.endif 141.9Slukem 151.14SchristosCOPTS.conv.c += -Wno-format-nonliteral 161.14SchristosCOPTS.display.c += -Wno-format-nonliteral 171.14Schristos 181.15SmrgCOPTS.parse.c+= ${GCC_NO_STRINGOP_TRUNCATION} 191.15Smrg 201.1Scgd.include <bsd.prog.mk> 21