diff options
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eaa5ca688..f365bb8e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -216,7 +216,11 @@ HEADERS_RM- := \ bits/atomic.h \ bits/sigcontextinfo.h \ bits/stackinfo.h \ - tls.h + tls.h \ + rpc/des_crypt.h \ + rpc/key_prot.h \ + rpc/rpc_des.h \ + sgtty.h HEADERS_RM-$(UCLIBC_HAS_FLOATS) += \ complex.h \ fpu_control.h \ |