diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nss/Makefile b/nss/Makefile index 93ffbaee34..9193cf2214 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -12,9 +12,9 @@ # Library General Public License for more details. # You should have received a copy of the GNU Library General Public -# License along with the GNU C Library; see the file COPYING.LIB. If -# not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# License along with the GNU C Library; see the file COPYING.LIB. If not, +# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # # Makefile for name service switch. @@ -33,7 +33,7 @@ routines = nsswitch $(addsuffix -lookup,$(databases)) # Caution: if you add a database here, you must add its real name # in databases.def, too. databases = proto service hosts network grp pwd rpc ethers \ - spwd netgrp key + spwd netgrp key alias # Specify rules for the nss_* modules. We have some services. services := files dns db |