diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/Makefile b/nis/Makefile index a6d4d4f56a..98ef4090a2 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997 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 @@ -22,6 +22,7 @@ subdir := nis headers := $(wildcard rpcsvc/*.[hx]) +distribute := nss-nis.h # These are the databases available for the nis (and perhaps later nisplus) # service. This must be a superset of the services in nss. |