mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
20 lines
472 B
Makefile
20 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:10 christos Exp $
|
|
|
|
LIB=lwres
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
DIST= ${IDIST}/lib/lwres
|
|
.include "${DIST}/api"
|
|
|
|
.PATH.c: ${DIST}
|
|
|
|
SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c getipnode.c \
|
|
getnameinfo.c getrrset.c herror.c lwbuffer.c lwconfig.c lwpacket.c \
|
|
lwresutil.c lwres_gabn.c lwres_gnba.c lwres_grbn.c lwres_noop.c \
|
|
lwinetaton.c lwinetpton.c lwinetntop.c
|
|
|
|
.include <bsd.lib.mk>
|