ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/bind/lwres/Makefile
(Generate patch)

Comparing trunk/lib/bind/lwres/Makefile (file contents):
Revision 2001 by laffer1, Mon Apr 28 02:30:00 2008 UTC vs.
Revision 2002 by laffer1, Tue Nov 11 16:49:48 2008 UTC

# Line 1 | Line 1
1 < # $MidnightBSD: src/lib/bind/lwres/Makefile,v 1.3 2008/04/28 00:59:56 laffer1 Exp $
1 > # $MidnightBSD: src/lib/bind/lwres/Makefile,v 1.4 2008/04/28 02:30:00 laffer1 Exp $
2   # $FreeBSD: src/lib/bind/lwres/Makefile,v 1.7.2.1 2005/11/16 07:59:50 ru Exp $
3  
4 + .include <bsd.own.mk>
5 +
6   BIND_DIR=       ${.CURDIR}/../../../contrib/bind9
7   LIB_BIND_REL=   ..
8   LIB_BIND_DIR=   ${.CURDIR}/${LIB_BIND_REL}
9   SRCDIR=         ${BIND_DIR}/lib/lwres
10  
11   # Unlike other BIND libs, this should be installed unless the user says NO.
12 < .if !defined(NO_BIND_LIBS_LWRES)
12 > .if ${MK_BIND_LIBS_LWRES) != "no"
13   WITH_BIND_LIBS=
14   .endif
15  
# Line 32 | Line 34 | CFLAGS+=       -I${LIB_BIND_DIR}/isc
34   DPADD=          ${PTHREAD_DPADD}
35   LDADD=          ${PTHREAD_LDADD}
36  
37 < .if defined(WITH_BIND_LIBS)
37 > .if ${MK_BIND_LIBS} != "no"
38   MAN=            lwres.3 lwres_buffer.3 lwres_config.3 lwres_context.3 \
39                  lwres_gabn.3 lwres_gai_strerror.3 lwres_getaddrinfo.3 \
40                  lwres_gethostent.3 lwres_getipnode.3 lwres_getnameinfo.3 \

Comparing trunk/lib/bind/lwres/Makefile (property cvs2svn:cvs-rev):
Revision 2001 by laffer1, Mon Apr 28 02:30:00 2008 UTC vs.
Revision 2002 by laffer1, Tue Nov 11 16:49:48 2008 UTC

# Line 1 | Line 1
1 < 1.4
1 > 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines