[Midnightbsd-cvs] src: Makefile: Tidy up

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 27 19:16:35 EDT 2008


Log Message:
-----------
Tidy up

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/bind/bind/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lib/bind/bind/Makefile -L lib/bind/bind/Makefile -u -r1.4 -r1.5
--- lib/bind/bind/Makefile
+++ lib/bind/bind/Makefile
@@ -58,10 +58,11 @@
 		ns_sign.c ns_ttl.c ns_verify.c
 
 .PATH:		${SRCDIR}/resolv
-SRCS+=		herror.c mtctxres.c res_comp.c res_data.c \
-		res_debug.c res_findzonecut.c res_init.c \
-		res_mkquery.c res_mkupdate.c res_query.c \
-		res_send.c res_sendsigned.c res_update.c
+SRCS+=		herror.c mtctxres.c res_comp.c \
+		res_data.c res_debug.c res_findzonecut.c \
+		res_init.c res_mkquery.c res_mkupdate.c \
+		res_query.c res_send.c res_sendsigned.c \
+		res_update.c
 
 DPADD=		${PTHREAD_DPADD}
 LDADD=		${PTHREAD_LDADD}


More information about the Midnightbsd-cvs mailing list