diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-12 01:44:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-12 01:44:33 +0000 |
commit | 049e7c97d6f4d191717b06ede1da40965f032148 (patch) | |
tree | 96d6473964a863a991e02f2ffc0dc026b555620a /nss/Makefile | |
parent | f8494ee354855b4f6ab4a3ba31380c847177cbc0 (diff) | |
download | glibc-049e7c97d6f4d191717b06ede1da40965f032148.tar.gz glibc-049e7c97d6f4d191717b06ede1da40965f032148.tar.xz glibc-049e7c97d6f4d191717b06ede1da40965f032148.zip |
* nss/bug-erange.c: New file.
* nss/Makefile (tests): Add it.
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index b81bdb4433..1a24482196 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -39,7 +39,7 @@ databases = proto service hosts network grp pwd rpc ethers \ others := getent install-bin := getent -tests = test-netdb +tests = test-netdb bug-erange include ../Makeconfig |