diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index 5dcae4d40e..4a36dcf580 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -23,7 +23,8 @@ subdir := nss headers := nss.h distribute := nsswitch.h XXX-lookup.c getXXbyYY.c getXXbyYY_r.c \ - getXXent.c getXXent_r.c databases.def + getXXent.c getXXent_r.c databases.def \ + nsswitch.conf db-Makefile # This is the trivial part which goes into libc itself. routines = nsswitch $(addsuffix -lookup,$(databases)) |