[Midnightbsd-cvs] src: Makefile: Fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 11 11:52:13 EST 2008


Log Message:
-----------
Fix typo

Modified Files:
--------------
    src/lib/bind/lwres:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/bind/lwres/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/bind/lwres/Makefile -L lib/bind/lwres/Makefile -u -r1.5 -r1.6
--- lib/bind/lwres/Makefile
+++ lib/bind/lwres/Makefile
@@ -9,7 +9,7 @@
 SRCDIR=		${BIND_DIR}/lib/lwres
 
 # Unlike other BIND libs, this should be installed unless the user says NO.
-.if ${MK_BIND_LIBS_LWRES) != "no"
+.if ${MK_BIND_LIBS_LWRES} != "no"
 WITH_BIND_LIBS=
 .endif
 


More information about the Midnightbsd-cvs mailing list