about summary refs log tree commit diff
path: root/inet/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-18 16:31:13 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-18 16:31:13 +0000
commit5a6ae8da1d0283a88e85ec5be34ecfb8523393e5 (patch)
tree8d1e6eb940e2be9c097cc9294e2af13e4e669397 /inet/Makefile
parentedc1aa3d06a047960917c97848299145cca64679 (diff)
downloadglibc-5a6ae8da1d0283a88e85ec5be34ecfb8523393e5.tar.gz
glibc-5a6ae8da1d0283a88e85ec5be34ecfb8523393e5.tar.xz
glibc-5a6ae8da1d0283a88e85ec5be34ecfb8523393e5.zip
Update.
2004-06-18  Ulrich Drepper  <drepper@redhat.com>

	* inet/bug-if1.c: New file.
	* inet/Makefile (tests): Add bug-if1.
Diffstat (limited to 'inet/Makefile')
-rw-r--r--inet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 7b7e9b1b77..7367d9cf01 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -50,7 +50,7 @@ routines := htonl htons		\
 aux := check_pf ifreq
 
 tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
-	 tst-gethnm test-ifaddrs
+	 tst-gethnm test-ifaddrs bug-if1
 
 include ../Rules