Makefile.inc revision 1.3
11.3Sriastrad#	$NetBSD: Makefile.inc,v 1.3 2024/06/07 20:50:13 riastradh Exp $
21.1Smatt
31.1Smatt.PATH: ${COMPATDIR}/net
41.2SjoergSRCS+=	__cmsg_alignbytes.c compat_ns_addr.c compat_ns_ntoa.c
51.3Sriastrad
61.3Sriastrad# For:
71.3Sriastrad#
81.3Sriastrad#	char *p; ... *p += ('A' - 'a')
91.3Sriastrad#
101.3Sriastrad# lint complains:
111.3Sriastrad#
121.3Sriastrad#	.../compat_ns_ntoa.c(98): warning: conversion of negative constant to unsigned type [222]
131.3Sriastrad#
141.3Sriastrad# when *p is 'a', 'b', 'c', 'd', 'e', or 'f'.
151.3SriastradLINTFLAGS.compat_ns_ntoa.c+=	-X 222
16