Makefile.inc revision 1.2
11.2Sriastrad# $NetBSD: Makefile.inc,v 1.2 2024/06/07 20:50:13 riastradh Exp $ 21.1Schristos 31.1Schristos# net sources 41.1Schristos.PATH: ${.CURDIR}/nameser 51.1Schristos 61.1SchristosSRCS+= ns_name.c ns_netint.c ns_parse.c ns_print.c \ 71.1Schristos ns_samedomain.c ns_ttl.c 81.2Sriastrad 91.2Sriastrad# Table of char has entries initialized to -1. It doesn't matter that 101.2Sriastrad# the integer value that gets stored is 255 instead, even though the 111.2Sriastrad# entries are added to a value of type int, because we won't use those 121.2Sriastrad# table entries. 131.2SriastradLINTFLAGS.ns_name.c+= -X 221 14