head	1.2;
access;
symbols
	netbsd-11-0-RC6:1.2
	netbsd-11-0-RC5:1.2
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.2
	netbsd-11-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2025.02.06.20.59.00;	author christos;	state Exp;
branches;
next	1.1;
commitid	kCbvpBIGyBOM4sIF;

1.1
date	2025.01.27.18.30.19;	author christos;	state Exp;
branches;
next	;
commitid	LzeC1EHSbHjuz9HF;


desc
@@


1.2
log
@PR/59047: Taylor R Campbell: Add AF_LINK, AF_APPLETALK, AF_LOCAL
@
text
@# $NetBSD: Makefile,v 1.1 2025/01/27 18:30:19 christos Exp $

.include <bsd.own.mk>

WARNS= 5

GETADDRINFO:=${.PARSEDIR}/../getaddrinfo

.include "${GETADDRINFO}/Makefile.inc"

.PATH.c: ${GETADDRINFO}

PROG=		getnameinfo
SRCS=		getnameinfo.c support.c
CPPFLAGS+=	-I${GETADDRINFO}

.include <bsd.prog.mk>
@


1.1
log
@PR/57953: Attaullah Ansari: Add getnameinfo program
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.0 2025/01/16 03:13:14 attaullah Exp $
d5 1
a5 1
PROG		= getnameinfo
d7 9
a15 1
WARNS		= 5
@

