2006-12-19 00:15:14 +01:00
|
|
|
--- bind-9.2.3/lib/bind/port/linux/include/Makefile.in
|
|
|
|
+++ bind-9.2.3/lib/bind/port/linux/include/Makefile.in 2003-03-03 16:35:43
|
|
|
|
@@ -17,7 +17,6 @@
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
-top_srcdir = @top_srcdir@
|
|
|
|
|
|
|
|
NHEADERS= net/route.h
|
|
|
|
SHEADERS= sys/mbuf.h
|
|
|
|
@@ -26,6 +25,8 @@
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|
|
|
|
|
|
|
|
+top_srcdir = @top_srcdir@
|
|
|
|
+
|
|
|
|
installdirs:
|
|
|
|
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${includedir}/net \
|
|
|
|
${DESTDIR}${includedir}/sys
|
|
|
|
--- bind-9.2.3/lib/bind/Makefile.in
|
|
|
|
+++ bind-9.2.3/lib/bind/Makefile.in 2003-03-03 17:04:15
|
|
|
|
@@ -17,7 +17,6 @@
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
-top_srcdir = @top_srcdir@
|
|
|
|
|
|
|
|
@LIBBIND_API@
|
|
|
|
|
|
|
|
@@ -94,6 +94,8 @@
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|
|
|
|
|
|
|
|
+top_srcdir = @top_srcdir@
|
|
|
|
+
|
|
|
|
libbind.@SA@: ${OBJS}
|
|
|
|
${AR} ${ARFLAGS} $@ ${OBJS}
|
|
|
|
${RANLIB} $@
|
|
|
|
--- bind-9.3.1/bin/named/Makefile.in
|
2007-03-02 09:16:36 +01:00
|
|
|
+++ bind-9.3.1/bin/named/Makefile.in 2006/05/09 13:00:18
|
|
|
|
@@ -138,8 +138,6 @@
|
2006-12-19 00:15:14 +01:00
|
|
|
install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
|
2007-03-02 09:16:36 +01:00
|
|
|
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
|
|
|
|
(cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@)
|
2006-12-19 00:15:14 +01:00
|
|
|
- ${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8
|
|
|
|
- ${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8
|
|
|
|
- ${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5
|
|
|
|
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man$${m##*.}; done
|
2007-03-02 09:16:36 +01:00
|
|
|
|
|
|
|
@DLZ_DRIVER_RULES@
|