11.3Schristos# $NetBSD: Makefile,v 1.3 2025/02/06 19:35:28 christos Exp $ 21.2Schristos 31.2Schristos.include <bsd.own.mk> 41.3Schristos.include "Makefile.inc" 51.1Sriastrad 61.1SriastradPROG= getaddrinfo 71.3SchristosSRCS= getaddrinfo.c support.c 81.1Sriastrad 91.1SriastradDPADD+= ${LIBUTIL} 101.1SriastradLDADD+= -lutil 111.1Sriastrad 121.1SriastradWARNS= 5 131.1Sriastrad 141.1Sriastrad.include <bsd.prog.mk> 15