diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 15:58:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 15:58:57 +0000 |
commit | 6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd (patch) | |
tree | 6a0b68195f781b29a6babfef19ff744f1829cfc5 /inet/Makefile | |
parent | 5005d3b3302adfe379c6f4404f79f204d7c52cdb (diff) | |
download | glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.tar.gz glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.tar.xz glibc-6739da7fabd555a8f0e832e8c9aee6ff69e8f9fd.zip |
Update.
* inet/Makefile (tests): Add tst-ether_aton. * inet/tst-ether_aton.c: New file.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile index 18a990ef71..4aa76bd2d3 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 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 @@ -46,7 +46,7 @@ routines := htonl htons \ getaliasent_r getaliasent getaliasname getaliasname_r \ in6_addr getnameinfo if_index -tests := htontest test_ifindex tst-ntoa +tests := htontest test_ifindex tst-ntoa tst-ether_aton # No warnings about losing BSD code. CFLAGS-rcmd.c = -w |