]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add a explict dependancy for interfaceiter.@O@.
authorMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 02:55:36 +0000 (02:55 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 02:55:36 +0000 (02:55 +0000)
lib/isc/unix/Makefile.in

index 86576a498ff8663467a1188dc706c79c02f8acbc..cd4fe2cad700cf77816cddf6e7a17513bf16498f 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.35.2.2 2004/03/09 06:12:08 marka Exp $
+# $Id: Makefile.in,v 1.35.2.3 2004/06/22 02:55:36 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -46,3 +46,6 @@ SUBDIRS =     include
 TARGETS =      ${OBJS}
 
 @BIND9_MAKE_RULES@
+
+interfaceiter.@O@: interfaceiter.c ifiter_ioctl.c ifiter_sysctl.c
+