diff options
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index e471b3134c..260214b868 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -21,7 +21,9 @@ # subdir := resolv -headers := resolv.h netdb.h arpa/nameser.h arpa/nameser_compat.h \ +headers := resolv.h \ + netdb.h bits/netdb.h \ + arpa/nameser.h arpa/nameser_compat.h \ sys/bitypes.h distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \ Banner res_hconf.h res_debug.h |