1#	$NetBSD: Makefile.inc,v 1.2 2024/06/07 20:50:13 riastradh Exp $
2
3# net sources
4.PATH: ${.CURDIR}/nameser
5
6SRCS+=	ns_name.c ns_netint.c ns_parse.c ns_print.c \
7	ns_samedomain.c ns_ttl.c
8
9# Table of char has entries initialized to -1.  It doesn't matter that
10# the integer value that gets stored is 255 instead, even though the
11# entries are added to a value of type int, because we won't use those
12# table entries.
13LINTFLAGS.ns_name.c+=	-X 221
14