diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index 904d3ec423..e0fceee93e 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998 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 @@ -36,6 +36,8 @@ routines = nsswitch $(addsuffix -lookup,$(databases)) databases = proto service hosts network grp pwd rpc ethers \ spwd netgrp key alias +tests = test-netdb + include ../Makeconfig # Specify rules for the nss_* modules. We have some services. |