diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nis/Makefile b/nis/Makefile index a48753f..b412cee 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -23,6 +23,12 @@ subdir := nis aux := nis_hash +include ../Makeconfig + +ifeq ($(link-obsolete-rpc),yes) +headers := $(wildcard rpcsvc/*.[hx]) +endif + # These are the databases available for the nis (and perhaps later nisplus) # service. This must be a superset of the services in nss. databases = proto service hosts network grp pwd rpc ethers \ |