1 # $NetBSD: Makefile,v 1.2.40.1 2025/08/02 05:58:27 perseant Exp $ 2 3 .include <bsd.own.mk> 4 .include "Makefile.inc" 5 6 PROG= getaddrinfo 7 SRCS= getaddrinfo.c support.c 8 9 DPADD+= ${LIBUTIL} 10 LDADD+= -lutil 11 12 WARNS= 5 13 14 .include <bsd.prog.mk> 15
Indexes created Thu Oct 30 03:10:01 GMT 2025