Home | History | Annotate | Line # | Download | only in dns
Makefile revision 1.2.14.1
      1  1.2.14.1  martin #	$NetBSD: Makefile,v 1.2.14.1 2023/12/25 12:55:36 martin Exp $
      2       1.1    tron 
      3       1.1    tron LIBISPRIVATE=	yes
      4       1.1    tron 
      5       1.1    tron .include <bsd.own.mk>
      6       1.1    tron 
      7       1.1    tron LIB=	dns
      8       1.1    tron 
      9       1.1    tron DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${LIB}
     10       1.1    tron .PATH:	${DIST}
     11       1.1    tron 
     12  1.2.14.1  martin SRCS= \
     13  1.2.14.1  martin dns_lookup.c \
     14  1.2.14.1  martin dns_rr.c \
     15  1.2.14.1  martin dns_rr_eq_sa.c \
     16  1.2.14.1  martin dns_rr_filter.c \
     17  1.2.14.1  martin dns_rr_to_pa.c \
     18  1.2.14.1  martin dns_rr_to_sa.c \
     19  1.2.14.1  martin dns_sa_to_rr.c \
     20  1.2.14.1  martin dns_sec.c \
     21  1.2.14.1  martin dns_str_resflags.c \
     22  1.2.14.1  martin dns_strerror.c \
     23  1.2.14.1  martin dns_strrecord.c \
     24  1.2.14.1  martin dns_strtype.c \
     25  1.2.14.1  martin test_dns_lookup.c
     26       1.1    tron 
     27       1.1    tron .include <bsd.lib.mk>
     28